@charset "UTF-8";
body, html {
  font-size: 0.8333333333vw;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
body {
  outline: none;
  font-family: "Noto Sans SC", "Montserrat", sans-serif;
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.5416666667%;
}
@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}
@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 4.4270833333%;
}
@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: #45BCCA;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #45BCCA;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #45BCCA;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: #45BCCA;
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: #45BCCA;
}
.more-msl.hs:hover {
  color: #fff;
  border-color: #45BCCA;
}
.more-msl.ls {
  color: #45BCCA;
  background: transparent;
  border-color: #45BCCA;
}
.more-msl.ls:before {
  background: #45BCCA;
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.7rem 3rem;
  border-radius: 3.125rem;
  background-color: #45BCCA;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans SC";
  font-size: 0.875rem;
  border: 2px solid #45BCCA;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.6rem 2rem;
  }
}
.more-b > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  -webkit-transition-delay: 0.06s;
     -moz-transition-delay: 0.06s;
       -o-transition-delay: 0.06s;
          transition-delay: 0.06s;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 600;
}
.more-b i {
  display: inline-block;
  font-size: 0.75rem;
  -webkit-transition-delay: 0.12s;
     -moz-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  color: #1B1C21;
  font-weight: 400;
  vertical-align: middle;
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 3.125rem;
}
.more-b:hover {
  border-color: #45BCCA;
  color: #45BCCA;
}
.more-b:hover > * {
  -webkit-transform: translateX(0.75rem);
     -moz-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
  color: #45BCCA;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: 6.25rem;
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3.25rem;
}
.head .head2 .logo a img.b {
  display: none;
}
.head .head2 .zywena .rhgxt {
  position: relative;
  padding: 0 1.5rem;
  line-height: 1em;
}
.head .head2 .zywena .rhgxt > a {
  background: #F8F8F8;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #EDEDED;
}
.head .head2 .zywena .rhgxt i {
  font-size: 1.125rem;
  font-weight: 600;
  color: #195B7F;
}
.head .head2 .zywena .rhgxt .seca {
  position: absolute;
  left: 0;
  width: 100%;
  top: 4.25rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 8px;
  padding: 0.5rem 1rem;
  row-gap: 9px;
  white-space: nowrap;
  display: none;
  text-align: center;
}
.head .head2 .zywena .rhgxt .seca a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
.head .head2 .zywena .rhgxt .seca a:hover {
  color: #195B7F;
}
.head .head2 .zywena .rhgxt .seca a + a {
  border-top: 1px solid #333;
}
.head .head2 .sska {
  line-height: 1em;
}
.head .head2 .sska a {
  color: #fff;
  background: #195B7F;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #195B7F;
}
.head .head2 .sska a i {
  font-size: 1.125rem;
}
.head.sticky .head2 {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
}

#menu {
  margin-right: 1vw;
}
#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li + li {
  margin-left: 1rem;
}
#menu .nav_a1 li a {
  display: block;
  color: #1B1C21;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 1.5625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 600;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #45BCCA;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 150%;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.3em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: #45BCCA;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}
#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}
#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #1B1C21;
  font: 500 1.125rem/1em "Noto Sans SC";
  position: relative;
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2rem 0;
}
#menu .nav_a1 li .sec1 dl dd a:hover {
  color: #45BCCA;
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: #45BCCA;
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-img {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.sskbj .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: right;
  display: none;
}
.sskbj .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
  margin-top: 2vw;
}
.sskbj .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}
.sskbj .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}
.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}
.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sskbj .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
.sskbj .serbtn {
  background: #000;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
body.ont .head .head2 {
  background: transparent;
}
body.ont .head .head2 .logo a img.a {
  display: none;
}
body.ont .head .head2 .logo a img.b {
  display: inline;
}
body.ont .head .head2 #menu .nav_a1 li > a {
  color: #fff;
}
body.ont .head .head2 #menu .nav_a1 li > a:hover {
  color: #45BCCA;
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 38px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #333;
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .sskza i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav > li .dl + .dl {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .dl > a {
  line-height: 50px;
}
.m-bm-nav > li .dl .sec a {
  line-height: 50px;
}
.m-bm-nav > li .dl .sec a.zxc {
  line-height: 35px;
}
.m-bm-nav > li .dl .aniut {
  height: 50px;
  line-height: 50px;
  right: 0;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec, .m-bm-head.white .m-bm-nav > li .dl + .dl {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 5rem/1.35em "Noto Sans SC";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 .tit i {
  display: block;
  font-size: 0;
  width: 3.5rem;
  position: absolute;
  bottom: -3rem;
  right: -2rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit i {
    width: 2.5rem;
    bottom: -1.5rem;
    right: -1.25rem;
  }
}
.pc-banner .mySwipera .banwez1 .tit i img {
  width: 100%;
}
.pc-banner .mySwipera .banwez1 .p {
  font: 400 2rem/1.25em "Noto Sans SC";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.5rem;
    margin-top: 0.5em;
  }
}
.pc-banner .mySwipera .banwez1 a.more-msl {
  margin-top: 1.8rem;
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 6%;
  width: 100%;
  z-index: 9;
  text-align: center;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 {
    width: 100%;
    position: static;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin-right: 0.5rem;
  border: 1px solid #fff;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
  width: 1.5625rem;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}
.pc-banner a.mouse img {
  width: 2.125rem;
}
@media (max-width: 768px) {
  .pc-banner a.mouse img {
    width: 1.75rem;
  }
}
@-webkit-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}
@-moz-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}
@-o-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}
@keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}
.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.title1 {
  text-align: center;
  font-weight: 700;
}
.title1 .tit1 {
  color: #45BCCA;
  font-size: 3rem;
  line-height: 1.4em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title1 .tit1 {
    font-size: 2rem;
  }
}
.title1 .tit1::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1px;
  margin: 0.1rem auto;
  background: #45BCCA;
}
@media (max-width: 768px) {
  .title1 .tit1::after {
    margin: 0.2rem auto;
  }
}
.title1 .tit2 {
  font-size: 3.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .title1 .tit2 {
    font-size: 1.8rem;
  }
}
.title1.bs .tit2 {
  color: #fff;
}
.title1.tl {
  text-align: left;
}
.title1.tl .tit1::after {
  margin: 0.1rem 0;
}

@-webkit-keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotatedHalf1 {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotatedHalf1 {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  50% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.gong-txt {
  font-size: 1.125rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .gong-txt {
    font-size: 1rem;
  }
}

.cont1 {
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.5rem 0 8.5rem;
  -webkit-transition: background-position cubic-bezier(0, 0, 0.35, 1) 0.5s;
  -o-transition: background-position cubic-bezier(0, 0, 0.35, 1) 0.5s;
  -moz-transition: background-position cubic-bezier(0, 0, 0.35, 1) 0.5s;
  transition: background-position cubic-bezier(0, 0, 0.35, 1) 0.5s;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0 2.5rem;
  }
}
.cont1 .a1v1 .p {
  margin: 1.5rem 0 2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .p {
    text-align: left;
    margin: 1rem 0 1.5rem;
  }
}
.cont1 .a1_list1 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 {
    margin-top: 0.5rem;
  }
}
.cont1 .a1_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
    margin-top: 1.5rem;
  }
}
.cont1 .a1_list1 li a.aimg {
  display: block;
}
.cont1 .a1_list1 li a.aimg i {
  display: block;
  font-size: 0;
  width: 4.875rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li a.aimg i {
    width: 4.12rem;
  }
}
.cont1 .a1_list1 li a.aimg i img {
  width: 100%;
}
.cont1 .a1_list1 li a.aimg .wenata {
  margin-top: 0.5rem;
}
.cont1 .a1_list1 li a.aimg .wenata .tit {
  color: #45BCCA;
  font-weight: 700;
  line-height: 1.5em;
}
.cont1 .a1_list1 li a.aimg .wenata .tit span {
  font-size: 2.8125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li a.aimg .wenata .tit span {
    font-size: 2.2rem;
  }
}
.cont1 .a1_list1 li a.aimg .wenata .tit sup {
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li a.aimg .wenata .tit sup {
    font-size: 1.125rem;
  }
}
.cont1 .a1_list1 li a.aimg .wenata .p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li a.aimg .wenata .p {
    font-size: 1rem;
  }
}

.xuanz-dh {
  -webkit-animation: rotatex infinite linear;
     -moz-animation: rotatex infinite linear;
       -o-animation: rotatex infinite linear;
          animation: rotatex infinite linear; /* 使用infinite关键字使其无限循环 */
  -webkit-animation-duration: 5s;
     -moz-animation-duration: 5s;
       -o-animation-duration: 5s;
          animation-duration: 5s; /* 设置动画时长为2秒 */
}

@-webkit-keyframes rotatex {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotatex {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotatex {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotatex {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cont2 {
  padding: 7.9375rem 0 8.75rem;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 2rem 0;
  }
}
.cont2 .a2v1 .mySwiper1 .swiper-slide .cont-p .cont-a1 {
  width: 34.8571428571%;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .mySwiper1 .swiper-slide .cont-p .cont-a1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cont2 .a2v1 .mySwiper1 .swiper-slide .cont-p .cont-a1 .p {
  color: #9F9F9F;
  margin: 1rem 0 2rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .mySwiper1 .swiper-slide .cont-p .cont-a1 .p {
    margin: 0.5rem 0 1rem;
  }
}
.cont2 .a2v1 .mySwiper1 .swiper-slide .cont-p .cont-a2 {
  width: 56.0714285714%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .mySwiper1 .swiper-slide .cont-p .cont-a2 {
    width: 100%;
  }
}
.cont2 .a2v1 .mySwiper1 .swiper-slide .cont-p .cont-a2 img {
  width: 100%;
}
.cont2 .a2v1 .jt-conta {
  position: absolute;
  left: 0;
  bottom: 25%;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .jt-conta {
    position: static;
    margin-top: 1rem;
  }
}
.cont2 .a2v1 .jt-conta > div {
  border: 1px solid #D9D9D9;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  position: relative;
}
.cont2 .a2v1 .jt-conta > div u {
  display: block;
  position: absolute;
  left: -0.1875rem;
  bottom: -0.1875rem;
  width: 50%;
  opacity: 0;
}
.cont2 .a2v1 .jt-conta > div u img {
  width: 100%;
}
.cont2 .a2v1 .jt-conta > div + div {
  margin-left: 1.5rem;
}
.cont2 .a2v1 .jt-conta > div .cont-asd {
  color: #9F9F9F;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
}
.cont2 .a2v1 .jt-conta > div .cont-asd i {
  font-size: 0.35rem;
}
.cont2 .a2v1 .jt-conta > div.swiper-button-disabled {
  border-color: #45BCCA;
}
.cont2 .a2v1 .jt-conta > div.swiper-button-disabled u {
  opacity: 1;
}
.cont2 .a2v1 .jt-conta > div.swiper-button-disabled .cont-asd {
  color: #45BCCA;
}

.cont3 {
  background: #F5F7F9;
  padding: 5.3125rem 0 4.75rem;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2.5rem 0;
  }
}
.cont3 .a3_v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 {
    margin-top: 1rem;
  }
}
.cont3 .a3_v1 .a3b1 {
  width: 48.2142857143%;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .a3b1 {
    width: 100%;
  }
}
.cont3 .a3_v1 .a3b1 li {
  display: none;
}
.cont3 .a3_v1 .a3b1 li a.img {
  display: block;
  font-size: 0;
  border-bottom-right-radius: 8rem;
  overflow: hidden;
  padding-bottom: 66%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .a3b1 li a.img {
    border-bottom-right-radius: 4rem;
  }
}
.cont3 .a3_v1 .a3b1 li a.img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cont3 .a3_v1 .a3b2 {
  width: 48.2142857143%;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .a3b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont3 .a3_v1 .a3b2 li {
  border-bottom: 1px solid #F2F2F2;
  height: 33.3333333333%;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .a3b2 li {
    height: auto;
    padding: 1rem 0;
  }
}
.cont3 .a3_v1 .a3b2 li .data {
  text-align: center;
  width: 8.875rem;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .a3b2 li .data {
    display: none;
  }
}
.cont3 .a3_v1 .a3b2 li .data b {
  font-size: 3.25rem;
  line-height: 1.1em;
  display: block;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #B5B5B5;
  font-family: "Roboto";
}
.cont3 .a3_v1 .a3b2 li .data p {
  color: #BABABA;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 500;
}
.cont3 .a3_v1 .a3b2 li .cont-p {
  width: -webkit-calc(98% - 8.875rem);
  width: -moz-calc(98% - 8.875rem);
  width: calc(98% - 8.875rem);
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .a3b2 li .cont-p {
    width: 100%;
  }
}
.cont3 .a3_v1 .a3b2 li .cont-p a.name {
  color: #383838;
  font-size: 1.25rem;
  line-height: 1.5em;
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.cont3 .a3_v1 .a3b2 li .cont-p .p1 {
  color: #9C9C9C;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.2rem;
}
.cont3 .a3_v1 .a3b2 li:hover .data b {
  -webkit-text-stroke: 1px #45BCCA;
}
.cont3 .a3_v1 .a3b2 li:hover .data b, .cont3 .a3_v1 .a3b2 li:hover .data p {
  color: #45BCCA;
}
.cont3 .a3_v1 .a3b2 li:hover .cont-p a.name {
  color: #45BCCA;
  font-weight: 700;
}
.cont3 .a3_v2 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cont3 .a3_v2 {
    margin-top: 1rem;
  }
}

.cont4 {
  padding: 8.6875rem 0 9rem;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0;
  }
}
.cont4 .a4v1 .p {
  margin: 1.5rem 0 2rem;
  color: #969696;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .p {
    text-align: left;
    margin: 1rem 0;
  }
}
.cont4 .a4_list1 {
  padding: 0 10%;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 {
    margin-top: 1rem;
    padding: 0;
  }
}
.cont4 .a4_list1 li {
  width: 15.8571428571%;
  aspect-ratio: 16/16;
  background: #003863;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li {
    width: 24%;
  }
}
.cont4 .a4_list1 li .cont-p {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.35em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li .cont-p {
    font-size: 1rem;
  }
}
.cont4 .a4_list1 li:hover {
  background: -webkit-linear-gradient(top, #195B7F 0%, #45BCCA 100%), #45BCCA;
  background: -moz-linear-gradient(top, #195B7F 0%, #45BCCA 100%), #45BCCA;
  background: -o-linear-gradient(top, #195B7F 0%, #45BCCA 100%), #45BCCA;
  background: linear-gradient(180deg, #195B7F 0%, #45BCCA 100%), #45BCCA;
}

.a5_list1 li:nth-child(1) a.block {
  -webkit-transform: translate(0vw, -34vw) rotate(0deg);
     -moz-transform: translate(0vw, -34vw) rotate(0deg);
      -ms-transform: translate(0vw, -34vw) rotate(0deg);
       -o-transform: translate(0vw, -34vw) rotate(0deg);
          transform: translate(0vw, -34vw) rotate(0deg);
}

.a5_list2 li:nth-child(1) a.block {
  -webkit-transform: translate(0vw, -23.5vw) rotate(0deg);
     -moz-transform: translate(0vw, -23.5vw) rotate(0deg);
      -ms-transform: translate(0vw, -23.5vw) rotate(0deg);
       -o-transform: translate(0vw, -23.5vw) rotate(0deg);
          transform: translate(0vw, -23.5vw) rotate(0deg);
}

.a5_list1 li:nth-child(2) a.block {
  -webkit-transform: translate(10.5065778087vw, -32.335921554vw) rotate(18deg);
     -moz-transform: translate(10.5065778087vw, -32.335921554vw) rotate(18deg);
      -ms-transform: translate(10.5065778087vw, -32.335921554vw) rotate(18deg);
       -o-transform: translate(10.5065778087vw, -32.335921554vw) rotate(18deg);
          transform: translate(10.5065778087vw, -32.335921554vw) rotate(18deg);
}

.a5_list2 li:nth-child(2) a.block {
  -webkit-transform: translate(9.5583111123vw, -21.4683182546vw) rotate(24deg);
     -moz-transform: translate(9.5583111123vw, -21.4683182546vw) rotate(24deg);
      -ms-transform: translate(9.5583111123vw, -21.4683182546vw) rotate(24deg);
       -o-transform: translate(9.5583111123vw, -21.4683182546vw) rotate(24deg);
          transform: translate(9.5583111123vw, -21.4683182546vw) rotate(24deg);
}

.a5_list1 li:nth-child(3) a.block {
  -webkit-transform: translate(19.9846985779vw, -27.5065778087vw) rotate(36deg);
     -moz-transform: translate(19.9846985779vw, -27.5065778087vw) rotate(36deg);
      -ms-transform: translate(19.9846985779vw, -27.5065778087vw) rotate(36deg);
       -o-transform: translate(19.9846985779vw, -27.5065778087vw) rotate(36deg);
          transform: translate(19.9846985779vw, -27.5065778087vw) rotate(36deg);
}

.a5_list2 li:nth-child(3) a.block {
  -webkit-transform: translate(17.4639033987vw, -15.7245692494vw) rotate(48deg);
     -moz-transform: translate(17.4639033987vw, -15.7245692494vw) rotate(48deg);
      -ms-transform: translate(17.4639033987vw, -15.7245692494vw) rotate(48deg);
       -o-transform: translate(17.4639033987vw, -15.7245692494vw) rotate(48deg);
          transform: translate(17.4639033987vw, -15.7245692494vw) rotate(48deg);
}

.a5_list1 li:nth-child(4) a.block {
  -webkit-transform: translate(27.5065778087vw, -19.9846985779vw) rotate(54deg);
     -moz-transform: translate(27.5065778087vw, -19.9846985779vw) rotate(54deg);
      -ms-transform: translate(27.5065778087vw, -19.9846985779vw) rotate(54deg);
       -o-transform: translate(27.5065778087vw, -19.9846985779vw) rotate(54deg);
          transform: translate(27.5065778087vw, -19.9846985779vw) rotate(54deg);
}

.a5_list2 li:nth-child(4) a.block {
  -webkit-transform: translate(22.3498281329vw, -7.2618993678vw) rotate(72deg);
     -moz-transform: translate(22.3498281329vw, -7.2618993678vw) rotate(72deg);
      -ms-transform: translate(22.3498281329vw, -7.2618993678vw) rotate(72deg);
       -o-transform: translate(22.3498281329vw, -7.2618993678vw) rotate(72deg);
          transform: translate(22.3498281329vw, -7.2618993678vw) rotate(72deg);
}

.a5_list1 li:nth-child(5) a.block {
  -webkit-transform: translate(32.335921554vw, -10.5065778087vw) rotate(72deg);
     -moz-transform: translate(32.335921554vw, -10.5065778087vw) rotate(72deg);
      -ms-transform: translate(32.335921554vw, -10.5065778087vw) rotate(72deg);
       -o-transform: translate(32.335921554vw, -10.5065778087vw) rotate(72deg);
          transform: translate(32.335921554vw, -10.5065778087vw) rotate(72deg);
}

.a5_list2 li:nth-child(5) a.block {
  -webkit-transform: translate(23.3712645412vw, 2.4564188868vw) rotate(96deg);
     -moz-transform: translate(23.3712645412vw, 2.4564188868vw) rotate(96deg);
      -ms-transform: translate(23.3712645412vw, 2.4564188868vw) rotate(96deg);
       -o-transform: translate(23.3712645412vw, 2.4564188868vw) rotate(96deg);
          transform: translate(23.3712645412vw, 2.4564188868vw) rotate(96deg);
}

.a5_list1 li:nth-child(6) a.block {
  -webkit-transform: translate(34vw, 0vw) rotate(90deg);
     -moz-transform: translate(34vw, 0vw) rotate(90deg);
      -ms-transform: translate(34vw, 0vw) rotate(90deg);
       -o-transform: translate(34vw, 0vw) rotate(90deg);
          transform: translate(34vw, 0vw) rotate(90deg);
}

.a5_list2 li:nth-child(6) a.block {
  -webkit-transform: translate(20.3515969889vw, 11.75vw) rotate(120deg);
     -moz-transform: translate(20.3515969889vw, 11.75vw) rotate(120deg);
      -ms-transform: translate(20.3515969889vw, 11.75vw) rotate(120deg);
       -o-transform: translate(20.3515969889vw, 11.75vw) rotate(120deg);
          transform: translate(20.3515969889vw, 11.75vw) rotate(120deg);
}

.a5_list1 li:nth-child(7) a.block {
  -webkit-transform: translate(32.335921554vw, 10.5065778087vw) rotate(108deg);
     -moz-transform: translate(32.335921554vw, 10.5065778087vw) rotate(108deg);
      -ms-transform: translate(32.335921554vw, 10.5065778087vw) rotate(108deg);
       -o-transform: translate(32.335921554vw, 10.5065778087vw) rotate(108deg);
          transform: translate(32.335921554vw, 10.5065778087vw) rotate(108deg);
}

.a5_list2 li:nth-child(7) a.block {
  -webkit-transform: translate(13.8129534289vw, 19.0118993678vw) rotate(144deg);
     -moz-transform: translate(13.8129534289vw, 19.0118993678vw) rotate(144deg);
      -ms-transform: translate(13.8129534289vw, 19.0118993678vw) rotate(144deg);
       -o-transform: translate(13.8129534289vw, 19.0118993678vw) rotate(144deg);
          transform: translate(13.8129534289vw, 19.0118993678vw) rotate(144deg);
}

.a5_list1 li:nth-child(8) a.block {
  -webkit-transform: translate(27.5065778087vw, 19.9846985779vw) rotate(126deg);
     -moz-transform: translate(27.5065778087vw, 19.9846985779vw) rotate(126deg);
      -ms-transform: translate(27.5065778087vw, 19.9846985779vw) rotate(126deg);
       -o-transform: translate(27.5065778087vw, 19.9846985779vw) rotate(126deg);
          transform: translate(27.5065778087vw, 19.9846985779vw) rotate(126deg);
}

.a5_list2 li:nth-child(8) a.block {
  -webkit-transform: translate(4.8859247342vw, 22.9864686172vw) rotate(168deg);
     -moz-transform: translate(4.8859247342vw, 22.9864686172vw) rotate(168deg);
      -ms-transform: translate(4.8859247342vw, 22.9864686172vw) rotate(168deg);
       -o-transform: translate(4.8859247342vw, 22.9864686172vw) rotate(168deg);
          transform: translate(4.8859247342vw, 22.9864686172vw) rotate(168deg);
}

.a5_list1 li:nth-child(9) a.block {
  -webkit-transform: translate(19.9846985779vw, 27.5065778087vw) rotate(144deg);
     -moz-transform: translate(19.9846985779vw, 27.5065778087vw) rotate(144deg);
      -ms-transform: translate(19.9846985779vw, 27.5065778087vw) rotate(144deg);
       -o-transform: translate(19.9846985779vw, 27.5065778087vw) rotate(144deg);
          transform: translate(19.9846985779vw, 27.5065778087vw) rotate(144deg);
}

.a5_list2 li:nth-child(9) a.block {
  -webkit-transform: translate(-4.8859247342vw, 22.9864686172vw) rotate(192deg);
     -moz-transform: translate(-4.8859247342vw, 22.9864686172vw) rotate(192deg);
      -ms-transform: translate(-4.8859247342vw, 22.9864686172vw) rotate(192deg);
       -o-transform: translate(-4.8859247342vw, 22.9864686172vw) rotate(192deg);
          transform: translate(-4.8859247342vw, 22.9864686172vw) rotate(192deg);
}

.a5_list1 li:nth-child(10) a.block {
  -webkit-transform: translate(10.5065778087vw, 32.335921554vw) rotate(162deg);
     -moz-transform: translate(10.5065778087vw, 32.335921554vw) rotate(162deg);
      -ms-transform: translate(10.5065778087vw, 32.335921554vw) rotate(162deg);
       -o-transform: translate(10.5065778087vw, 32.335921554vw) rotate(162deg);
          transform: translate(10.5065778087vw, 32.335921554vw) rotate(162deg);
}

.a5_list2 li:nth-child(10) a.block {
  -webkit-transform: translate(-13.8129534289vw, 19.0118993678vw) rotate(216deg);
     -moz-transform: translate(-13.8129534289vw, 19.0118993678vw) rotate(216deg);
      -ms-transform: translate(-13.8129534289vw, 19.0118993678vw) rotate(216deg);
       -o-transform: translate(-13.8129534289vw, 19.0118993678vw) rotate(216deg);
          transform: translate(-13.8129534289vw, 19.0118993678vw) rotate(216deg);
}

.a5_list1 li:nth-child(11) a.block {
  -webkit-transform: translate(0vw, 34vw) rotate(180deg);
     -moz-transform: translate(0vw, 34vw) rotate(180deg);
      -ms-transform: translate(0vw, 34vw) rotate(180deg);
       -o-transform: translate(0vw, 34vw) rotate(180deg);
          transform: translate(0vw, 34vw) rotate(180deg);
}

.a5_list2 li:nth-child(11) a.block {
  -webkit-transform: translate(-20.3515969889vw, 11.75vw) rotate(240deg);
     -moz-transform: translate(-20.3515969889vw, 11.75vw) rotate(240deg);
      -ms-transform: translate(-20.3515969889vw, 11.75vw) rotate(240deg);
       -o-transform: translate(-20.3515969889vw, 11.75vw) rotate(240deg);
          transform: translate(-20.3515969889vw, 11.75vw) rotate(240deg);
}

.a5_list1 li:nth-child(12) a.block {
  -webkit-transform: translate(-10.5065778087vw, 32.335921554vw) rotate(198deg);
     -moz-transform: translate(-10.5065778087vw, 32.335921554vw) rotate(198deg);
      -ms-transform: translate(-10.5065778087vw, 32.335921554vw) rotate(198deg);
       -o-transform: translate(-10.5065778087vw, 32.335921554vw) rotate(198deg);
          transform: translate(-10.5065778087vw, 32.335921554vw) rotate(198deg);
}

.a5_list2 li:nth-child(12) a.block {
  -webkit-transform: translate(-23.3712645412vw, 2.4564188868vw) rotate(264deg);
     -moz-transform: translate(-23.3712645412vw, 2.4564188868vw) rotate(264deg);
      -ms-transform: translate(-23.3712645412vw, 2.4564188868vw) rotate(264deg);
       -o-transform: translate(-23.3712645412vw, 2.4564188868vw) rotate(264deg);
          transform: translate(-23.3712645412vw, 2.4564188868vw) rotate(264deg);
}

.a5_list1 li:nth-child(13) a.block {
  -webkit-transform: translate(-19.9846985779vw, 27.5065778087vw) rotate(216deg);
     -moz-transform: translate(-19.9846985779vw, 27.5065778087vw) rotate(216deg);
      -ms-transform: translate(-19.9846985779vw, 27.5065778087vw) rotate(216deg);
       -o-transform: translate(-19.9846985779vw, 27.5065778087vw) rotate(216deg);
          transform: translate(-19.9846985779vw, 27.5065778087vw) rotate(216deg);
}

.a5_list2 li:nth-child(13) a.block {
  -webkit-transform: translate(-22.3498281329vw, -7.2618993678vw) rotate(288deg);
     -moz-transform: translate(-22.3498281329vw, -7.2618993678vw) rotate(288deg);
      -ms-transform: translate(-22.3498281329vw, -7.2618993678vw) rotate(288deg);
       -o-transform: translate(-22.3498281329vw, -7.2618993678vw) rotate(288deg);
          transform: translate(-22.3498281329vw, -7.2618993678vw) rotate(288deg);
}

.a5_list1 li:nth-child(14) a.block {
  -webkit-transform: translate(-27.5065778087vw, 19.9846985779vw) rotate(234deg);
     -moz-transform: translate(-27.5065778087vw, 19.9846985779vw) rotate(234deg);
      -ms-transform: translate(-27.5065778087vw, 19.9846985779vw) rotate(234deg);
       -o-transform: translate(-27.5065778087vw, 19.9846985779vw) rotate(234deg);
          transform: translate(-27.5065778087vw, 19.9846985779vw) rotate(234deg);
}

.a5_list2 li:nth-child(14) a.block {
  -webkit-transform: translate(-17.4639033987vw, -15.7245692494vw) rotate(312deg);
     -moz-transform: translate(-17.4639033987vw, -15.7245692494vw) rotate(312deg);
      -ms-transform: translate(-17.4639033987vw, -15.7245692494vw) rotate(312deg);
       -o-transform: translate(-17.4639033987vw, -15.7245692494vw) rotate(312deg);
          transform: translate(-17.4639033987vw, -15.7245692494vw) rotate(312deg);
}

.a5_list1 li:nth-child(15) a.block {
  -webkit-transform: translate(-32.335921554vw, 10.5065778087vw) rotate(252deg);
     -moz-transform: translate(-32.335921554vw, 10.5065778087vw) rotate(252deg);
      -ms-transform: translate(-32.335921554vw, 10.5065778087vw) rotate(252deg);
       -o-transform: translate(-32.335921554vw, 10.5065778087vw) rotate(252deg);
          transform: translate(-32.335921554vw, 10.5065778087vw) rotate(252deg);
}

.a5_list2 li:nth-child(15) a.block {
  -webkit-transform: translate(-9.5583111123vw, -21.4683182546vw) rotate(336deg);
     -moz-transform: translate(-9.5583111123vw, -21.4683182546vw) rotate(336deg);
      -ms-transform: translate(-9.5583111123vw, -21.4683182546vw) rotate(336deg);
       -o-transform: translate(-9.5583111123vw, -21.4683182546vw) rotate(336deg);
          transform: translate(-9.5583111123vw, -21.4683182546vw) rotate(336deg);
}

.a5_list1 li:nth-child(16) a.block {
  -webkit-transform: translate(-34vw, 0vw) rotate(270deg);
     -moz-transform: translate(-34vw, 0vw) rotate(270deg);
      -ms-transform: translate(-34vw, 0vw) rotate(270deg);
       -o-transform: translate(-34vw, 0vw) rotate(270deg);
          transform: translate(-34vw, 0vw) rotate(270deg);
}

.a5_list2 li:nth-child(16) a.block {
  -webkit-transform: translate(0vw, -23.5vw) rotate(360deg);
     -moz-transform: translate(0vw, -23.5vw) rotate(360deg);
      -ms-transform: translate(0vw, -23.5vw) rotate(360deg);
       -o-transform: translate(0vw, -23.5vw) rotate(360deg);
          transform: translate(0vw, -23.5vw) rotate(360deg);
}

.a5_list1 li:nth-child(17) a.block {
  -webkit-transform: translate(-32.335921554vw, -10.5065778087vw) rotate(288deg);
     -moz-transform: translate(-32.335921554vw, -10.5065778087vw) rotate(288deg);
      -ms-transform: translate(-32.335921554vw, -10.5065778087vw) rotate(288deg);
       -o-transform: translate(-32.335921554vw, -10.5065778087vw) rotate(288deg);
          transform: translate(-32.335921554vw, -10.5065778087vw) rotate(288deg);
}

.a5_list2 li:nth-child(17) a.block {
  -webkit-transform: translate(9.5583111123vw, -21.4683182546vw) rotate(384deg);
     -moz-transform: translate(9.5583111123vw, -21.4683182546vw) rotate(384deg);
      -ms-transform: translate(9.5583111123vw, -21.4683182546vw) rotate(384deg);
       -o-transform: translate(9.5583111123vw, -21.4683182546vw) rotate(384deg);
          transform: translate(9.5583111123vw, -21.4683182546vw) rotate(384deg);
}

.a5_list1 li:nth-child(18) a.block {
  -webkit-transform: translate(-27.5065778087vw, -19.9846985779vw) rotate(306deg);
     -moz-transform: translate(-27.5065778087vw, -19.9846985779vw) rotate(306deg);
      -ms-transform: translate(-27.5065778087vw, -19.9846985779vw) rotate(306deg);
       -o-transform: translate(-27.5065778087vw, -19.9846985779vw) rotate(306deg);
          transform: translate(-27.5065778087vw, -19.9846985779vw) rotate(306deg);
}

.a5_list2 li:nth-child(18) a.block {
  -webkit-transform: translate(17.4639033987vw, -15.7245692494vw) rotate(408deg);
     -moz-transform: translate(17.4639033987vw, -15.7245692494vw) rotate(408deg);
      -ms-transform: translate(17.4639033987vw, -15.7245692494vw) rotate(408deg);
       -o-transform: translate(17.4639033987vw, -15.7245692494vw) rotate(408deg);
          transform: translate(17.4639033987vw, -15.7245692494vw) rotate(408deg);
}

.a5_list1 li:nth-child(19) a.block {
  -webkit-transform: translate(-19.9846985779vw, -27.5065778087vw) rotate(324deg);
     -moz-transform: translate(-19.9846985779vw, -27.5065778087vw) rotate(324deg);
      -ms-transform: translate(-19.9846985779vw, -27.5065778087vw) rotate(324deg);
       -o-transform: translate(-19.9846985779vw, -27.5065778087vw) rotate(324deg);
          transform: translate(-19.9846985779vw, -27.5065778087vw) rotate(324deg);
}

.a5_list2 li:nth-child(19) a.block {
  -webkit-transform: translate(22.3498281329vw, -7.2618993678vw) rotate(432deg);
     -moz-transform: translate(22.3498281329vw, -7.2618993678vw) rotate(432deg);
      -ms-transform: translate(22.3498281329vw, -7.2618993678vw) rotate(432deg);
       -o-transform: translate(22.3498281329vw, -7.2618993678vw) rotate(432deg);
          transform: translate(22.3498281329vw, -7.2618993678vw) rotate(432deg);
}

.a5_list1 li:nth-child(20) a.block {
  -webkit-transform: translate(-10.5065778087vw, -32.335921554vw) rotate(342deg);
     -moz-transform: translate(-10.5065778087vw, -32.335921554vw) rotate(342deg);
      -ms-transform: translate(-10.5065778087vw, -32.335921554vw) rotate(342deg);
       -o-transform: translate(-10.5065778087vw, -32.335921554vw) rotate(342deg);
          transform: translate(-10.5065778087vw, -32.335921554vw) rotate(342deg);
}

.a5_list2 li:nth-child(20) a.block {
  -webkit-transform: translate(23.3712645412vw, 2.4564188868vw) rotate(456deg);
     -moz-transform: translate(23.3712645412vw, 2.4564188868vw) rotate(456deg);
      -ms-transform: translate(23.3712645412vw, 2.4564188868vw) rotate(456deg);
       -o-transform: translate(23.3712645412vw, 2.4564188868vw) rotate(456deg);
          transform: translate(23.3712645412vw, 2.4564188868vw) rotate(456deg);
}

.cont5 {
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/runping0326/uploads/20240327/572ef9095ed665d08008a9aa8eb519fc.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  overflow: hidden;
}
.cont5 .a5_v1 {
  position: relative;
}
.cont5 .a5_v1 .a5b1 {
  width: 100%;
  margin-bottom: -0.5rem;
  position: relative;
}
.cont5 .a5_v1 .a5b1 img {
  width: 100%;
}
.cont5 .a5_v1 .a5b1 p {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 3rem;
  font-size: 3.125rem;
  line-height: 1.2em;
  z-index: 1;
  width: 100%;
  font-weight: 700;
}
.cont5 .a5_list1 {
  -webkit-transform: rotate(-72deg);
     -moz-transform: rotate(-72deg);
      -ms-transform: rotate(-72deg);
       -o-transform: rotate(-72deg);
          transform: rotate(-72deg);
}
.cont5 .a5_list2 {
  -webkit-transform: rotate(-72deg);
     -moz-transform: rotate(-72deg);
      -ms-transform: rotate(-72deg);
       -o-transform: rotate(-72deg);
          transform: rotate(-72deg);
}
.cont5 .a5_listgt {
  position: relative;
  z-index: 2;
}
.cont5 .a5_listgt li {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
     -moz-transform: translateX(-50%) translateY(50%);
      -ms-transform: translateX(-50%) translateY(50%);
       -o-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  z-index: 9;
}
.cont5 .a5_listgt li a.block {
  background-color: #fff;
  width: 7.5rem;
  border-radius: 50%;
  padding: 1rem;
  box-shadow: 0.625rem 0.625rem 1.25rem 0px #DADFDF;
}
@media (max-width: 768px) {
  .cont5 .a5_listgt li a.block {
    width: 2rem;
    padding: 2%;
  }
}
.cont5 .a5_listgt li a.block img {
  width: 100%;
}
.cont5 .a5_v2 {
  padding: 2rem 0;
}
.cont5 .a5_v2 .a5_list3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.cont5 .a5_v2 .a5_list3 li a.block {
  background-color: #fff;
  width: 100%;
  border-radius: 50%;
  padding: 1rem;
  box-shadow: 0.625rem 0.625rem 1.25rem 0px #DADFDF;
}
.cont5 .a5_v2 .a5_list3 li a.block img {
  width: 100%;
}

.social-share .icon-tuite:before {
  content: "\e62a";
  font-family: "iconfont" !important;
}

.foot-fot {
  position: relative;
  background: #003863;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 4.375rem 0 3.75rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .fo-a1 {
  width: 75%;
}
.foot-fot .foota1 .fo-a1 .fo-a1c1 {
  width: 20%;
}
.foot-fot .foota1 .foot-tit {
  color: #FFFFFF;
  font: 500 1rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .foot-tit a {
  color: #FFFFFF;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font: 400 0.875rem/2em "Noto Sans SC";
}
.foot-fot .foota1 .dseca > a:hover {
  color: #fff;
}
.foot-fot .foota1 .dseca p {
  color: rgba(255, 255, 255, 0.6);
  font: 400 0.875rem/1.8em "Noto Sans SC";
}
.foot-fot .foota1 .fo-a2 {
  width: 24.7142857143%;
}
.foot-fot .foota1 .fo-a2 .d_sdha {
  margin-top: 0.8rem;
}
.foot-fot .foota1 .fo-a2 .d_sdha li {
  margin-top: 0.5rem;
}
.foot-fot .foota1 .fo-a2 .d_sdha li .iamsgh {
  width: 1.25rem;
}
.foot-fot .foota1 .fo-a2 .d_sdha li .iamsgh img {
  width: 100%;
}
.foot-fot .foota1 .fo-a2 .d_sdha li .cont-b {
  width: -webkit-calc(98% - 1.25rem);
  width: -moz-calc(98% - 1.25rem);
  width: calc(98% - 1.25rem);
  color: rgba(255, 255, 255, 0.6);
}
.foot-fot .foota1 .fo-a2 .d_sdha li .cont-b b {
  display: inline-block;
  color: #fff;
  font: 700 1.125rem/1.5em "Montserrat";
}
.foot-fot .foota1 .fo-a2 .d_sdha li .cont-b span {
  font-weight: 500;
}
.foot-fot .foota1 .fo-a2 .d_sdha li .cont-b p {
  font: 400 0.875rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .fo-a2 .fo-a2c2 {
  margin-top: 2rem;
}
.foot-fot .foota1 .fo-a2 .fo-a2c2 .social-share {
  margin-top: 0.8rem;
}
.foot-fot .foota1 .fo-a2 .fo-a2c2 .social-share a {
  color: rgba(255, 255, 255, 0.6);
  border: none;
  background: rgba(255, 255, 255, 0.05);
  width: 2.3125rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  font-size: 1.125rem;
}
.foot-fot .foota1 .fo-a2 .fo-a2c2 .social-share a:hover {
  background: #fff;
  color: #003863;
}
.foot-fot .foota2 {
  color: rgba(255, 255, 255, 0.6);
  font: 400 0.875rem/1.65em "Noto Sans SC";
  padding: 0.8em 0;
  border-top: 1px solid rgba(158, 158, 158, 0.05);
}
@media (max-width: 990px) {
  .foot-fot .foota2 {
    border-top: none;
  }
}
.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.6);
}
.foot-fot .foota2 a:hover {
  color: white;
}
.foot-fot .foota2 p + p {
  margin-left: 0.875rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.foot1-m .m-bm-head-box .m-bm-navbtn span, .foot1-m .m-bm-head-box .m-bm-navbtn:after, .foot1-m .m-bm-head-box .m-bm-navbtn:before {
  background: #fff;
}
.foot1-m .m-bm-menu {
  background: #fff;
}
.foot1-m .m-bm-nav > li, .foot1-m .m-bm-nav > li .sec {
  border-color: rgba(255, 255, 255, 0.1);
}
.foot1-m .m-bm-nav > li > a, .foot1-m .m-bm-nav .aniut i, .foot1-m .m-bm-nav > li .sec a, .foot1-m .mrhgxt {
  color: #fff;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.hidden {
  display: none;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}
.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #45BCCA;
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}
.zd_erha li > a i {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.zd_erha li > a i img {
  height: 1.75rem;
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.zd_erha li:nth-child(2) > a {
  background: rgba(0, 0, 0, 0.5);
}
.zd_erha li:nth-child(3) > a {
  background: #FFFFFF;
}

/*内页css*/
.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
  background: #fff;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #45BCCA;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #45BCCA;
  border-color: #45BCCA;
  vertical-align: middle;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}

.ajhhsd {
  color: #A7A5A5;
  font: 400 1rem/2rem "Noto Sans SC";
  padding: 1.3em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #A7A5A5;
}
.ajhhsd a:hover {
  color: #45BCCA;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 16.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}
.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}
.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}
.nav-page li .sec {
  margin-top: 0.5em;
}
.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "Noto Sans SC";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: #45BCCA;
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "Noto Sans SC";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Noto Sans SC";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #45BCCA;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Noto Sans SC";
  padding: 1rem 0 3rem;
}
.shzr-content strong {
  color: #333;
}
.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 52%;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 {
    top: 50%;
  }
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont .p {
  font: 600 5rem/1.25em "Noto Sans SC";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p {
    font-size: 1.8rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 5rem/1.25em "Noto Sans SC";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.nbanner .nbanner-wen1 .banner-cont .p1 i {
  display: block;
  font-size: 0;
  width: 3.5rem;
  position: absolute;
  bottom: -3rem;
  right: -2.5rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 i {
    width: 2.5rem;
    bottom: -1.5rem;
    right: -1.25rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p1 i img {
  width: 100%;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  top: 6.25rem;
  background: rgba(0, 0, 0, 0.3);
}
.nbanner a.mouse1 {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}
.nbanner a.mouse1 img {
  width: 2.125rem;
}
@media (max-width: 768px) {
  .nbanner a.mouse1 img {
    width: 1.75rem;
  }
}
.mbx-cont {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  line-height: 4.5rem;
}
@media (max-width: 990px) {
  .mbx-cont {
    display: none;
  }
}
.mbx-cont .ajhhsd {
  color: #FFFFFF;
  padding: 0;
}
.mbx-cont .ajhhsd a {
  color: #FFFFFF;
}
.mbx-cont .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.mbx-cont .n_src li + li {
  margin-left: 4em;
}
.mbx-cont .n_src li a {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
}
.mbx-cont .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #45BCCA;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
.mbx-cont .n_src li:hover a, .mbx-cont .n_src li.active a {
  color: #45BCCA;
}
.mbx-cont .n_src li:hover a::after, .mbx-cont .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.cp-nbanner {
  background: rgba(0, 0, 0, 0.8);
  padding: 5rem 0;
}
.cp-nbanner .nbanner-wen2 .banner-cont {
  color: #fff;
}
.cp-nbanner .nbanner-wen2 .banner-cont .p {
  font: 600 3.125rem/1.25em "Noto Sans SC";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cp-nbanner .nbanner-wen2 .banner-cont .p {
    font-size: 1.55rem;
  }
}
.cp-nbanner .nbanner-wen2 .banner-cont .p1 {
  font: 600 3.125rem/1.25em "Noto Sans SC";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cp-nbanner .nbanner-wen2 .banner-cont .p1 i {
  display: block;
  font-size: 0;
  width: 3.5rem;
  position: absolute;
  bottom: -3rem;
  right: -2.5rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .cp-nbanner .nbanner-wen2 .banner-cont .p1 i {
    width: 2.5rem;
    bottom: -1.5rem;
    right: -1.25rem;
  }
}
.cp-nbanner .nbanner-wen2 .banner-cont .p1 i img {
  width: 100%;
}
@media (max-width: 768px) {
  .cp-nbanner .nbanner-wen2 .banner-cont .p1 {
    font-size: 1.55rem;
  }
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: 6.25rem;
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3.75rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1rem/3.125rem "Noto Sans SC";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #45BCCA;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: #45BCCA;
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.list_content {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: 6.25rem;
  margin-top: -6.25rem;
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.abt-cont1 {
  padding: 6.5625rem 0 7.375rem;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2rem 0;
  }
}
.abt-cont1 .abt-a1v1 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 47.8571428571%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .over {
  border-radius: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 .over {
    border-radius: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 img {
  width: 100%;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 44.5714285714%;
  color: #888;
  font-size: 1.125rem;
  line-height: 1.65em;
  text-align: justify;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.abt-cont2 {
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/runping0326/uploads/20240327/9f060ead6980c262436dbf012108100d.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 8.625rem 0 10.3125rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2.5rem 0;
  }
}
.abt-cont2 .abt-a2_list1 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 {
    margin-top: 1.5rem;
  }
}
.abt-cont2 .abt-a2_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(0, 89, 139, 0.8);
  text-align: center;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li {
    width: 50%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .abt-cont2 .abt-a2_list1 li:nth-child(2n-1) {
    border-left: none;
  }
}
.abt-cont2 .abt-a2_list1 li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.abt-cont2 .abt-a2_list1 li a.aimg {
  display: block;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li a.aimg {
    padding: 2.5rem 0;
  }
}
.abt-cont2 .abt-a2_list1 li a.aimg i {
  display: block;
  width: 3.4375rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li a.aimg i {
    width: 3rem;
  }
}
.abt-cont2 .abt-a2_list1 li a.aimg i img {
  width: 100%;
}
.abt-cont2 .abt-a2_list1 li a.aimg .wenata {
  text-align: center;
  color: #fff;
}
.abt-cont2 .abt-a2_list1 li a.aimg .wenata .ftit {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4em;
  text-transform: uppercase;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li a.aimg .wenata .ftit {
    font-size: 1rem;
  }
}
.abt-cont2 .abt-a2_list1 li a.aimg .wenata .tit {
  font-size: 1.375rem;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list1 li a.aimg .wenata .tit {
    font-size: 1.25rem;
  }
}
.abt-cont2 .abt-a2_list1 li:hover a.aimg, .abt-cont2 .abt-a2_list1 li.on a.aimg {
  background: #45BCCA;
}
.abt-cont2 .abt-a2_list2 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list2 {
    margin-top: 1.8rem;
  }
}
.abt-cont2 .abt-a2_list2 li {
  text-align: center;
  display: none;
}
.abt-cont2 .abt-a2_list2 li .txt {
  color: #333;
  font-size: 1.45rem;
  line-height: 1.65em;
  height: 6.6em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_list2 li .txt {
    height: auto;
    font-size: 1.125rem;
    text-wrap: balance;
  }
}

.gong-jt > div {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #DEDEDE;
  background: #fff;
  border-radius: 50%;
}
.gong-jt > div i {
  color: #DEDEDE;
  font-size: 1rem;
  font-weight: 400;
}
.gong-jt > div:hover {
  background: #45BCCA;
  border-color: #45BCCA;
}
.gong-jt > div:hover i {
  color: #fff;
}

.table-cont {
  width: 100%;
}
.table-cont .table tr td {
  font-size: 1.125rem;
}
.table-cont .table tr:nth-child(2n) {
  background: #f9f9f9;
}

.abt-cont3 {
  padding: 7.1875rem 0 5rem;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2rem 0;
  }
}
.abt-cont3 .abt-a3v1 {
  position: relative;
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont3 .abt-a3v1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4.7rem;
  width: 100%;
  height: 1px;
  background: #DEDEDE;
  z-index: -1;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1::after {
    top: 3.25rem;
  }
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .gong-jt {
    display: none;
  }
}
.abt-cont3 .abt-a3v1 .gong-jt > div {
  position: absolute;
  top: 30%;
}
.abt-cont3 .abt-a3v1 .gong-jt > div.swiper-button-next1 {
  right: 5%;
}
.abt-cont3 .abt-a3v1 .gong-jt > div.swiper-button-prev1 {
  left: 5%;
}
.abt-cont3 .abt-a3v1 .mySwiper2 .swiper-slide .cont-p .tit {
  color: #45BCCA;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .mySwiper2 .swiper-slide .cont-p .tit {
    font-size: 2rem;
  }
}
.abt-cont3 .abt-a3v1 .mySwiper2 .swiper-slide .cont-p .tit::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #45BCCA;
  margin: 0.5rem 0 1rem;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .mySwiper2 .swiper-slide .cont-p .tit::after {
    width: 1rem;
    height: 1rem;
  }
}
.abt-cont3 .abt-a3v1 .mySwiper2 .swiper-slide .cont-p .p {
  color: #888888;
  text-align: justify;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .mySwiper2 .swiper-slide .cont-p .p {
    height: auto;
  }
}
.abt-cont3 .abt-a3v1 .mySwiper2 .swiper-slide .cont-p .p p {
  position: relative;
  padding-left: 1em;
  color: #888888;
  font-size: 1rem;
  line-height: 1.65em;
}
.abt-cont3 .abt-a3v1 .mySwiper2 .swiper-slide .cont-p .p p strong {
  color: #45BCCA;
}
.abt-cont3 .abt-a3v1 .mySwiper2 .swiper-slide .cont-p .p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.abt-cont4 {
  position: relative;
}
.abt-cont4 u {
  display: block;
  font-size: 0;
}
.abt-cont4 u img {
  width: 100%;
}
.abt-cont4 .abt-a4v1 {
  position: absolute;
  left: 0;
  top: 6rem;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 {
    position: static;
    margin-bottom: 1rem;
  }
}

.news-content .news-cont1 {
  background: #F5F7F9;
  padding: 4.25rem 0;
}
@media (max-width: 768px) {
  .news-content .news-cont1 {
    padding: 2rem 0;
  }
}
.news-content .news-cont1 .mySwiper3 .swiper-slide .cont a.img {
  width: 50%;
  border-bottom-right-radius: 8rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-content .news-cont1 .mySwiper3 .swiper-slide .cont a.img {
    width: 100%;
    border-bottom-right-radius: 3.5rem;
  }
}
.news-content .news-cont1 .mySwiper3 .swiper-slide .cont a.img img {
  width: 100%;
}
.news-content .news-cont1 .mySwiper3 .swiper-slide .cont .da-cont {
  width: 46%;
}
@media (max-width: 768px) {
  .news-content .news-cont1 .mySwiper3 .swiper-slide .cont .da-cont {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-content .news-cont1 .mySwiper3 .swiper-slide .cont .da-cont a.name {
  display: block;
  color: #383838;
  font-size: 2rem;
  line-height: 1.35em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .news-content .news-cont1 .mySwiper3 .swiper-slide .cont .da-cont a.name {
    font-size: 1.5rem;
  }
}
.news-content .news-cont1 .mySwiper3 .swiper-slide .cont .da-cont .data {
  color: #9D9D9D;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin: 0.65rem 0;
}
@media (max-width: 768px) {
  .news-content .news-cont1 .mySwiper3 .swiper-slide .cont .da-cont .data {
    margin: 0.4rem 0;
  }
}
.news-content .news-cont1 .mySwiper3 .swiper-slide .cont .da-cont .p {
  color: #888888;
  font-size: 1.125rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .news-content .news-cont1 .mySwiper3 .swiper-slide .cont .da-cont .p {
    font-size: 1rem;
  }
}
.news-content .news-cont1 .mySwiper3 .swiper-slide .cont .da-cont a.more-b {
  margin-top: 1.65rem;
}
@media (max-width: 768px) {
  .news-content .news-cont1 .mySwiper3 .swiper-slide .cont .da-cont a.more-b {
    margin-top: 1rem;
  }
}
.news-content .news-cont1 .mySwiper3 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.78rem;
}
@media (max-width: 768px) {
  .news-content .news-cont1 .mySwiper3 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.news-content .news-cont1 .mySwiper3 .swiper-pagination1 span {
  background: #D6D6D6;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.35rem;
}
.news-content .news-cont1 .mySwiper3 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #45BCCA;
}

.news-list li {
  border-radius: 0.625rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
  margin-top: 3.125rem;
  padding: 2.5rem 4% 1.5rem;
}
@media (max-width: 768px) {
  .news-list li {
    padding: 1.5rem 4% 1.25rem;
    margin-top: 1.5rem;
  }
}
.news-list li .data {
  width: 7.7942322681%;
  text-align: center;
}
@media (max-width: 768px) {
  .news-list li .data {
    display: none;
  }
}
.news-list li .data b {
  display: block;
  font-size: 3.25rem;
  line-height: 1.05em;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #B5B5B5;
  font-family: "Roboto";
}
.news-list li .data span {
  display: block;
  color: #BABABA;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 500;
}
.news-list li u {
  display: block;
  width: 3.5%;
}
@media (max-width: 768px) {
  .news-list li u {
    display: none;
  }
}
.news-list li u img {
  width: 100%;
}
.news-list li .cont-p {
  width: 86%;
  padding-left: 2%;
}
@media (max-width: 768px) {
  .news-list li .cont-p {
    width: 100%;
    padding-left: 0;
  }
}
.news-list li .cont-p a.name {
  color: #231815;
  font-size: 1.375rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .news-list li .cont-p a.name {
    font-size: 1.25rem;
  }
}
.news-list li .cont-p .p {
  color: #888888;
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 0.25em;
}
@media (max-width: 768px) {
  .news-list li .cont-p .p {
    font-size: 1rem;
  }
}
.news-list li a.astx-a {
  width: 4.5rem;
  display: inline-block;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .news-list li a.astx-a {
    width: 3.5rem;
  }
}
.news-list li a.astx-a img {
  width: 100%;
}
.news-list li:hover .data b {
  color: #45BCCA;
  -webkit-text-stroke: 1px #45BCCA;
}
.news-list li:hover .data span {
  color: #45BCCA;
}
.news-list li:hover .cont-p a.name {
  color: #45BCCA;
}

.ny-show_bodyxw {
  padding-top: 6.25rem;
  overflow: visible;
}
.ny-show_bodyxw .top_cont1 .mbx-cont {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgb(239 ,239 ,239);
  backdrop-filter: blur(2px);
  line-height: 4.5rem;
}
@media (max-width: 990px) {
  .ny-show_bodyxw .top_cont1 .mbx-cont {
    display: none;
  }
}
.ny-show_bodyxw .top_cont1 .mbx-cont .ajhhsd {
  color: #888888;
  padding: 0;
  line-height: 4.5rem;
}
.ny-show_bodyxw .top_cont1 .mbx-cont .ajhhsd a {
  color: #888888;
}
.ny-show_bodyxw .top_cont1 .mbx-cont .ajhhsd a:hover {
  color: #45BCCA;
}
.ny-show_bodyxw .top_cont1 .mbx-cont .n_src li + li {
  margin-left: 4em;
}
.ny-show_bodyxw .top_cont1 .mbx-cont .n_src li a {
  color: #040000;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
}
.ny-show_bodyxw .top_cont1 .mbx-cont .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #45BCCA;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
.ny-show_bodyxw .top_cont1 .mbx-cont .n_src li:hover a, .ny-show_bodyxw .top_cont1 .mbx-cont .n_src li.active a {
  color: #45BCCA;
}
.ny-show_bodyxw .top_cont1 .mbx-cont .n_src li:hover a::after, .ny-show_bodyxw .top_cont1 .mbx-cont .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.xw-show_bja {
  padding: 2.5rem 0 2rem;
}
@media (max-width: 768px) {
  .xw-show_bja {
    padding: 1.5rem 0 2rem;
  }
}
.xw-show_bja .xw_content-v1 .xw-conta1 {
  width: 67.8571428571%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .xw-show_bja .xw_content-v1 .xw-conta1 {
    width: 100%;
  }
}
.xw-show_bja .xw_content-v1 .xw-conta1 .title-a {
  color: #383838;
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .xw-show_bja .xw_content-v1 .xw-conta1 .title-a {
    font-size: 1.5rem;
  }
}
.xw-show_bja .xw_content-v1 .xw-conta1 .data {
  color: #9D9D9D;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 500;
  padding: 0.25rem 0 1rem;
}
.xw-show_bja .xw_content-v1 .xw-conta1 .xinwn-consss {
  border-bottom: 1px solid #DEDEDE;
  border-top: 1px solid #DEDEDE;
  padding: 2.75rem 0 2rem;
  color: #888888;
  font-size: 1.125rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .xw-show_bja .xw_content-v1 .xw-conta1 .xinwn-consss {
    padding: 1.25rem 0;
    font-size: 1rem;
  }
}
.xw-show_bja .xw_content-v1 .xw-conta1 .xinwn-consss img {
  width: 100%;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .xw-show_bja .xw_content-v1 .xw-conta1 .xinwn-consss img {
    border-radius: 1rem;
  }
}
.xw-show_bja .xw_content-v1 .xw-conta1 .pain {
  color: #888888;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
.xw-show_bja .xw_content-v1 .xw-conta1 .pain > div {
  padding: 0.15rem 0;
}
.xw-show_bja .xw_content-v1 .xw-conta1 .pain a {
  color: #888888;
}
.xw-show_bja .xw_content-v1 .xw-conta1 .pain a:hover {
  color: #45BCCA;
}
.xw-show_bja .xw_content-v1 .xw-conta2 {
  width: 27.1428571429%;
  margin-top: 5.5rem;
}
@media (max-width: 768px) {
  .xw-show_bja .xw_content-v1 .xw-conta2 {
    display: none;
  }
}
.xw-show_bja .xw_content-v1 .xw-conta2 .ash-asjhe {
  width: 100%;
}
.xw-show_bja .xw_content-v1 .xw-conta2 .fen-xiang {
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  padding: 0.5rem 0;
}
.xw-show_bja .xw_content-v1 .xw-conta2 .fen-xiang > p {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.xw-show_bja .xw_content-v1 .xw-conta2 .fen-xiang .social-share a {
  color: #323232;
  font-size: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border: none;
  background: #fff;
}
.xw-show_bja .xw_content-v1 .xw-conta2 .titast {
  color: #000000;
  font: 400 1.5rem/1.5em "Noto Sans SC";
  margin-top: 2rem;
}
.xw-show_bja .xw_content-v1 .xw-conta2 .xw_lista1 li {
  margin-top: 1.5rem;
  border: 1px solid #E3E3E3;
  border-radius: 1rem;
  overflow: hidden;
}
.xw-show_bja .xw_content-v1 .xw-conta2 .xw_lista1 li a.img {
  display: block;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
}
.xw-show_bja .xw_content-v1 .xw-conta2 .xw_lista1 li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.xw-show_bja .xw_content-v1 .xw-conta2 .xw_lista1 li a.img i img {
  width: 100%;
}
.xw-show_bja .xw_content-v1 .xw-conta2 .xw_lista1 li a.img .cont-p {
  padding: 1.5rem;
  background: #fff;
  position: relative;
}
.xw-show_bja .xw_content-v1 .xw-conta2 .xw_lista1 li a.img .cont-p .tit {
  color: #4E4E4E;
  font-size: 1.25rem;
  line-height: 1.4em;
}
.xw-show_bja .xw_content-v1 .xw-conta2 .xw_lista1 li a.img .cont-p .tit:hover {
  color: #45BCCA;
}
.xw-show_bja .xw_content-v1 .xw-conta2 .xw_lista1 li a.img .cont-p .data {
  color: #9D9D9D;
  font-size: 1.125rem;
  line-height: 1.25em;
  font-weight: 500;
  padding: 0.6em 0 0.3em;
}
.xw-show_bja .xw_content-v1 .xw-conta2 .xw_lista1 li a.img .cont-p .p1 {
  color: #888888;
  font-size: 1rem;
  line-height: 1.5em;
}

.heng1 {
  width: 100%;
  font-size: 0;
}
.heng1 img {
  width: 100%;
}

.yjs-cont1 {
  padding: 6.875rem 0 7.5rem;
}
@media (max-width: 768px) {
  .yjs-cont1 {
    padding: 2rem 0;
  }
}
.yjs-cont1 .p1 {
  color: #9F9F9F;
  margin-top: 2rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .yjs-cont1 .p1 {
    margin-top: 1rem;
  }
}
.yjs-cont1 .heng1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .yjs-cont1 .heng1 {
    margin-top: 1.5rem;
  }
}

.yjs-cont2 {
  padding: 10rem 0;
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/runping0326/uploads/20240328/becf0a604a04df34211bcf076d10522c.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 768px) {
  .yjs-cont2 {
    padding: 2rem 0;
  }
}
.yjs-cont2 .yjs-a2_list1 {
  margin-top: 9.25rem;
}
@media (max-width: 768px) {
  .yjs-cont2 .yjs-a2_list1 {
    margin-top: 0rem;
  }
}
.yjs-cont2 .yjs-a2_list1 li {
  width: 23.0714285714%;
  position: relative;
}
@media (max-width: 768px) {
  .yjs-cont2 .yjs-a2_list1 li {
    width: 48%;
    margin-top: 5rem;
  }
}
.yjs-cont2 .yjs-a2_list1 li .data {
  width: 51.3931888545%;
  background: #003863;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4em;
  aspect-ratio: 16/16;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .yjs-cont2 .yjs-a2_list1 li .data {
    font-size: 1.125rem;
    width: 65%;
  }
}
.yjs-cont2 .yjs-a2_list1 li .p1 {
  border: 1px solid #EAEAEA;
  background: #fff;
  text-align: center;
  color: #646464;
  font-size: 1.125rem;
  line-height: 1.65em;
  height: 100%;
  padding: 7.5rem 4% 3rem;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .yjs-cont2 .yjs-a2_list1 li .p1 {
    font-size: 1rem;
    padding: 5rem 6% 1.5rem;
  }
}
.yjs-cont2 .yjs-a2_list1 li:hover .data {
  background: #45BCCA;
}

.yjs-cont3 {
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .yjs-cont3 {
    padding: 2rem 0;
  }
}
.yjs-cont3 .mySwiper4 {
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .yjs-cont3 .mySwiper4 {
    margin-top: 1.5rem;
  }
}
.yjs-cont3 .mySwiper4 .swiper-slide {
  padding: 3.5rem 2% 6.5rem;
  background: #DFEEF7;
  border-radius: 10rem;
}
@media (max-width: 768px) {
  .yjs-cont3 .mySwiper4 .swiper-slide {
    padding: 2rem 2% 4.5rem;
  }
}
.yjs-cont3 .mySwiper4 .swiper-slide .imga {
  width: 70%;
  border-radius: 50%;
  border: 0.35rem solid #fff;
  overflow: hidden;
  margin: 0 auto;
}
.yjs-cont3 .mySwiper4 .swiper-slide .imga img {
  width: 100%;
}
.yjs-cont3 .mySwiper4 .swiper-slide .cont-p {
  text-align: center;
}
.yjs-cont3 .mySwiper4 .swiper-slide .cont-p .tit {
  color: #383838;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .yjs-cont3 .mySwiper4 .swiper-slide .cont-p .tit {
    margin-top: 1rem;
  }
}
.yjs-cont3 .mySwiper4 .swiper-slide .cont-p .p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .yjs-cont3 .mySwiper4 .swiper-slide .cont-p .p {
    margin-top: 0.5rem;
  }
}
.yjs-cont3 .mySwiper4 .swiper-slide:hover .imga {
  border-color: #45BCCA;
}
.yjs-cont3 .mySwiper4 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.78rem;
}
@media (max-width: 768px) {
  .yjs-cont3 .mySwiper4 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.yjs-cont3 .mySwiper4 .swiper-pagination1 span {
  background: #D6D6D6;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.35rem;
}
.yjs-cont3 .mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #45BCCA;
}

.lx-cont1 {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 2rem 0;
  }
}
.lx-cont1 .lx-a1v1 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 {
  width: 37.8571428571%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
  color: #232425;
  font: 400 1.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
    font-size: 1.25rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p {
  color: #7E8285;
  font-size: 1rem;
  line-height: 2em;
  margin: 2.5rem 0;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .p {
    margin: 0.75rem 0;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p a {
  color: #7E8285;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p a:hover {
  color: #3470B1;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna .img {
  width: 9rem;
  padding: 0.65rem;
  background: #EFF0F1;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .erna .img {
    width: 7.5rem;
    padding: 0.35rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna .img img {
  width: 100%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna .cont-p {
  color: #7E8285;
  font: 400 1rem/2em "Noto Sans SC";
  margin-left: 1em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .erna .cont-p {
    line-height: 1.5em;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 {
  width: 57.1428571429%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 #mapDiv {
  height: 22.875rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 #mapDiv .tdt-bottom {
  display: none;
}

.lx-cont2 {
  background: #EFF0F1;
  padding: 5.375rem 0 4.6875rem;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2rem 0;
  }
}
.lx-cont2 .p2 {
  color: #9F9F9F;
  font-weight: 400;
  margin-top: 1.5rem;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .lx-cont2 .p2 {
    margin-top: 1rem;
  }
}
.lx-cont2 .p1p {
  color: #232425;
  font: 500 1.875rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .lx-cont2 .p1p {
    font-size: 1.35rem;
  }
}
.lx-cont2 form {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form {
    margin-top: 0;
  }
}
.lx-cont2 form .m_label1 {
  color: #232425;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  padding-bottom: 0.5em;
}
.lx-cont2 form input {
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 0 1em;
  font-size: 0.875rem;
  line-height: 3.125rem;
  border-radius: 1.5625rem;
}
.lx-cont2 form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 0.75em 1em;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 0.75rem;
}
.lx-cont2 form .inpt {
  margin-top: 1rem;
}
.lx-cont2 form .msg-a1 .inpt {
  width: 31.8571428571%;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
  }
}
.lx-cont2 form .div_aghgha {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha {
    margin-top: 1rem;
  }
}

.case-cont1 {
  padding: 6.625rem 0 7.125rem;
}
@media (max-width: 768px) {
  .case-cont1 {
    padding: 2rem 0;
  }
}
.case-cont1 .p1 {
  color: #888888;
  font-size: 1rem;
  margin-top: 1rem;
  text-align: justify;
}
.case-cont1 .case-a1_list1 {
  border-bottom: 1px solid #CCCCCC;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1_list1 {
    margin-top: 0.5rem;
  }
}
.case-cont1 .case-a1_list1 li {
  color: #646464;
  font-size: 1.375rem;
  line-height: 4.75rem;
  position: relative;
  margin: 0 1.5em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1_list1 li {
    font-size: 1.2rem;
    line-height: 3rem;
    margin: 0;
  }
  .case-cont1 .case-a1_list1 li + li {
    margin-left: 1rem;
  }
}
.case-cont1 .case-a1_list1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 0.4rem;
  background: #45BCCA;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .case-cont1 .case-a1_list1 li::after {
    bottom: -0.1rem;
    height: 0.2rem;
  }
}
.case-cont1 .case-a1_list1 li.on {
  color: #45BCCA;
}
.case-cont1 .case-a1_list1 li.on::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.case-cont1 .case-a1_list2 {
  margin-top: 3.625rem;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1_list2 {
    margin-top: 1.5rem;
  }
}
.case-cont1 .case-a1_list2 .ttz {
  display: none;
}
.case-cont1 .case-a1_list2 .ttz .slideTxtBox .hd {
  width: 24.2857142857%;
  border-left: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1_list2 .ttz .slideTxtBox .hd {
    width: 100%;
  }
}
.case-cont1 .case-a1_list2 .ttz .slideTxtBox .hd ul {
  width: 100%;
}
.case-cont1 .case-a1_list2 .ttz .slideTxtBox .hd ul li {
  color: #646464;
  font-size: 1.375rem;
  line-height: 1.3em;
  padding-left: 1em;
  margin: 1rem 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1_list2 .ttz .slideTxtBox .hd ul li {
    font-size: 1.125rem;
    margin: 0.75rem 0;
  }
}
.case-cont1 .case-a1_list2 .ttz .slideTxtBox .hd ul li::after {
  content: "";
  width: 0.875rem;
  height: 100%;
  position: absolute;
  left: -0.4375rem;
  top: 0;
  background: #45BCCA;
  display: none;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1_list2 .ttz .slideTxtBox .hd ul li::after {
    width: 0.6rem;
    left: -0.3rem;
  }
}
.case-cont1 .case-a1_list2 .ttz .slideTxtBox .hd ul li.on::after {
  display: block;
}
.case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd {
  width: 73.1428571429%;
  border-radius: 1.875rem;
  border: 1px solid rgba(216, 216, 216, 0.5);
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd {
    width: 100%;
    border-radius: 1rem;
    margin-top: 1.5rem;
  }
}
.case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd .cont-p .cont-pa1 .cont-pb1 {
  width: 50%;
  padding: 1rem 5%;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd .cont-p .cont-pa1 .cont-pb1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 1.5rem 6.5%;
  }
}
.case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd .cont-p .cont-pa1 .cont-pb1 .tit {
  color: #383838;
  font-size: 1.75rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd .cont-p .cont-pa1 .cont-pb1 .tit {
    font-size: 1.35rem;
  }
}
.case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd .cont-p .cont-pa1 .cont-pb1 .tit2 {
  color: #45BCCA;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd .cont-p .cont-pa1 .cont-pb1 .tit2 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd .cont-p .cont-pa1 .cont-pb1 .p1at {
    margin-top: 0.5rem;
  }
}
.case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd .cont-p .cont-pa1 .cont-pb1 .p1at p {
  color: #9F9F9F;
  font-size: 1.125rem;
  line-height: 1.65em;
  padding-left: 0.5em;
  position: relative;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd .cont-p .cont-pa1 .cont-pb1 .p1at p {
    font-size: 1rem;
  }
}
.case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd .cont-p .cont-pa1 .cont-pb1 .p1at p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd .cont-p .cont-pa1 .cont-pb1 a.more-b {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd .cont-p .cont-pa1 .cont-pb1 a.more-b {
    margin-top: 0.5rem;
  }
}
.case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd .cont-p .cont-pa1 .img {
  width: 50%;
  background: #F5F7F9;
  border-left: 1px solid rgba(216, 216, 216, 0.5);
}
@media (max-width: 768px) {
  .case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd .cont-p .cont-pa1 .img {
    width: 100%;
    border-left: none;
  }
}
.case-cont1 .case-a1_list2 .ttz .slideTxtBox .bd .cont-p .cont-pa1 .img img {
  width: 100%;
}

.case-cont2 {
  background: #F5F7F9;
  padding: 4.0625rem 0 4.6875rem;
}
@media (max-width: 768px) {
  .case-cont2 {
    padding: 2rem 0;
  }
}
.case-cont2 .case-a2_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .case-cont2 .case-a2_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .case-cont2 .case-a2_list1 {
    display: block;
  }
}
@media (max-width: 450px) {
  .case-cont2 .case-a2_list1 li {
    margin-top: 1rem;
  }
}
.case-cont2 .case-a2_list1 li a.img {
  display: block;
}
.case-cont2 .case-a2_list1 li a.img i {
  display: block;
  font-size: 0;
  border: 1px solid #D8D8D8;
  border-radius: 1.5rem;
  background: #fff;
  padding-bottom: 75%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.case-cont2 .case-a2_list1 li a.img i > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-cont2 .case-a2_list1 li a.img i img {
  width: 100%;
}
.case-cont2 .case-a2_list1 li a.img .tit {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #9F9F9F;
  text-wrap: balance;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .case-cont2 .case-a2_list1 li a.img .tit {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.case-cont2 .case-a1_list2 li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .case-cont2 .case-a1_list2 li {
    margin-top: 1.5rem;
  }
}
.case-cont2 .case-a1_list2 li .r_aht a.img {
  display: block;
  width: 28.5714285714%;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 768px) {
  .case-cont2 .case-a1_list2 li .r_aht a.img {
    width: 100%;
  }
}
.case-cont2 .case-a1_list2 li .r_aht a.img img {
  width: 100%;
}
.case-cont2 .case-a1_list2 li .r_aht .wgga {
  width: 66.4285714286%;
}
@media (max-width: 768px) {
  .case-cont2 .case-a1_list2 li .r_aht .wgga {
    width: 100%;
    margin-top: 1rem;
  }
}
.case-cont2 .case-a1_list2 li .r_aht .wgga .tit {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .case-cont2 .case-a1_list2 li .r_aht .wgga .tit {
    font-size: 1.25rem;
  }
}
.case-cont2 .case-a1_list2 li .r_aht .wgga .p1 {
  color: #969696;
  margin: 0.5rem 0 1rem;
}

.ny-title {
  text-align: center;
  font-weight: 700;
}
.ny-title .tit2 {
  font-size: 3.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .ny-title .tit2 {
    font-size: 1.8rem;
  }
}
.ny-title .tit2::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1px;
  margin: 0.1rem auto;
  background: #45BCCA;
}
@media (max-width: 768px) {
  .ny-title .tit2::after {
    margin: 0.2rem auto;
  }
}

.tit-gontsa {
  color: #383838;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2em;
  padding-left: 0.75em;
  position: relative;
}
@media (max-width: 768px) {
  .tit-gontsa {
    font-size: 1.5rem;
  }
}
.tit-gontsa::before {
  content: "";
  width: 0.4375rem;
  height: 80%;
  background: #45BCCA;
  position: absolute;
  left: 0;
  top: 10%;
}

.case-show_content {
  padding: 2.5rem 0 3.5rem;
}
@media (max-width: 768px) {
  .case-show_content {
    padding: 1.5rem 0 2rem;
  }
}
.case-show_content .case-show-cont {
  margin-top: 2rem;
}
.case-show_content .case-show-cont1a {
  padding: 2rem 0 3.5rem;
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 768px) {
  .case-show_content .case-show-cont1a {
    padding: 1rem 0 1.5rem;
  }
}
.case-show_content .case-show-cont1a .img {
  width: 46%;
}
@media (max-width: 768px) {
  .case-show_content .case-show-cont1a .img {
    width: 100%;
  }
}
.case-show_content .case-show-cont1a .img img {
  width: 100%;
}
.case-show_content .case-show-cont1a .content {
  width: 50%;
}
@media (max-width: 768px) {
  .case-show_content .case-show-cont1a .content {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.case-show_content .case-show-cont1 .content {
  padding: 2.5rem 0 3.5rem;
}
@media (max-width: 768px) {
  .case-show_content .case-show-cont1 .content {
    padding: 1.5rem 0 2rem;
  }
}
.case-show_content .case-show-cont2 .content {
  padding: 1rem 1rem 1rem;
  color: #9F9F9F;
  font-size: 1rem;
  line-height: 2em;
}
.case-show_content .case-show-cont3 .asjh_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem 3.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .case-show_content .case-show-cont3 .asjh_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
.case-show_content .case-show-cont3 .asjh_list1 dl {
  position: relative;
}
.case-show_content .case-show-cont3 .asjh_list1 dl u {
  display: block;
  font-size: 0;
}
.case-show_content .case-show-cont3 .asjh_list1 dl u img {
  width: 100%;
}
.case-show_content .case-show-cont3 .asjh_list1 dl dd {
  width: 100%;
  color: #555555;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
  padding: 0 10%;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .case-show_content .case-show-cont3 .asjh_list1 dl dd {
    font-size: 1rem;
  }
}
.case-show_content .case-show-cont4 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .case-show_content .case-show-cont4 {
    margin-top: 2rem;
  }
}
.case-show_content .case-show-cont4 .mySwiper5 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .case-show_content .case-show-cont4 .mySwiper5 {
    margin-top: 1rem;
  }
}
.case-show_content .case-show-cont4 .mySwiper5 a.img {
  display: block;
}
.case-show_content .case-show-cont4 .mySwiper5 a.img i {
  display: block;
  font-size: 0;
  border-radius: 1.5rem;
  background: #F5F7F9;
  padding-bottom: 75%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.case-show_content .case-show-cont4 .mySwiper5 a.img i > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-show_content .case-show-cont4 .mySwiper5 a.img i img {
  width: 100%;
}
.case-show_content .case-show-cont4 .mySwiper5 a.img .tit {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #9F9F9F;
  text-wrap: balance;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .case-show_content .case-show-cont4 .mySwiper5 a.img .tit {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.case-show_content .case-show-cont4 .mySwiper5 .swiper-pagination1 {
  text-align: center;
  margin-top: 1rem;
}
.case-show_content .case-show-cont4 .mySwiper5 .swiper-pagination1 span {
  background: #D6D6D6;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.35rem;
}
.case-show_content .case-show-cont4 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #45BCCA;
}
.case-show_content .case-show-cont5 .hzf_list1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .case-show_content .case-show-cont5 .hzf_list1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 450px) {
  .case-show_content .case-show-cont5 .hzf_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.case-show_content .case-show-cont5 .hzf_list1 li .over {
  border: 1px solid #EBEBEB;
  border-radius: 1rem;
}
.case-show_content .case-show-cont5 .hzf_list1 li .over img {
  width: 100%;
}
.case-show_content .case-show-cont5 .hzf_list1 li .name {
  text-align: center;
  color: #9F9F9F;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}

.xqgj-cont1 {
  padding: 6.75rem 0 3.4375rem;
}
@media (max-width: 768px) {
  .xqgj-cont1 {
    padding: 2rem 0;
  }
}
.xqgj-cont1 .p1 {
  margin-top: 2rem;
  color: #9F9F9F;
}
@media (max-width: 768px) {
  .xqgj-cont1 .p1 {
    margin-top: 1rem;
  }
}
.xqgj-cont1 .heng1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .xqgj-cont1 .heng1 {
    margin-top: 1rem;
  }
}

.xqgj-cont2 {
  padding: 3.125rem 0 8.25rem;
}
@media (max-width: 768px) {
  .xqgj-cont2 {
    padding: 0rem 0;
  }
}
.xqgj-cont2 .xqgj-a2v1 {
  margin: 0 19.1428571429%;
  position: relative;
}
@media (max-width: 768px) {
  .xqgj-cont2 .xqgj-a2v1 {
    margin: 0 0 2rem;
  }
}
.xqgj-cont2 .xqgj-a2v1 .asjhzx {
  position: absolute;
  left: 50%;
  top: 16%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .xqgj-cont2 .xqgj-a2v1 .asjhzx {
    display: none;
  }
}
.xqgj-cont2 .xqgj-a2v1 .asjhzx li {
  width: 31.870669746%;
}
.xqgj-cont2 .xqgj-a2v1 .asjhzx li:nth-child(1) {
  margin-left: 0.5rem;
}
.xqgj-cont2 .xqgj-a2v1 .asjhzx li + li {
  margin-left: 4%;
}
.xqgj-cont2 .xqgj-a2v1 .asjhzx li img {
  width: 100%;
}
.xqgj-cont2 .xqgj-a2v1 .xqgj-a2list1 {
  margin-top: 5.25rem;
}
@media (max-width: 768px) {
  .xqgj-cont2 .xqgj-a2v1 .xqgj-a2list1 {
    margin-top: 0.5rem;
  }
}
.xqgj-cont2 .xqgj-a2v1 .xqgj-a2list1 li {
  background: #DFEEF7;
  padding: 3.9583333333%;
  width: 27.1362586605%;
  border-radius: 8rem;
}
@media (max-width: 768px) {
  .xqgj-cont2 .xqgj-a2v1 .xqgj-a2list1 li {
    width: 32%;
    margin-top: 1rem;
  }
}
.xqgj-cont2 .xqgj-a2v1 .xqgj-a2list1 li .data {
  width: 100%;
  aspect-ratio: 16/16;
  background: -webkit-linear-gradient(307deg, #5CE3C1 -21.87%, #216B8C 101.94%);
  background: -moz-linear-gradient(307deg, #5CE3C1 -21.87%, #216B8C 101.94%);
  background: -o-linear-gradient(307deg, #5CE3C1 -21.87%, #216B8C 101.94%);
  background: linear-gradient(143deg, #5CE3C1 -21.87%, #216B8C 101.94%);
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.2em;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .xqgj-cont2 .xqgj-a2v1 .xqgj-a2list1 li .data {
    font-size: 1.5rem;
  }
}
.xqgj-cont2 .xqgj-a2v1 .xqgj-a2list1 li .p1 {
  text-align: center;
  color: #646464;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1rem 0 2rem;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .xqgj-cont2 .xqgj-a2v1 .xqgj-a2list1 li .p1 {
    font-size: 1rem;
  }
}
.xqgj-cont2 .xqgj-a2v1 .xqgj-a2list1 li:nth-child(1) .data {
  background: -webkit-linear-gradient(330deg, #5CE3C1 5.68%, #1992DD 69.8%);
  background: -moz-linear-gradient(330deg, #5CE3C1 5.68%, #1992DD 69.8%);
  background: -o-linear-gradient(330deg, #5CE3C1 5.68%, #1992DD 69.8%);
  background: linear-gradient(120deg, #5CE3C1 5.68%, #1992DD 69.8%);
}

.xqgj-cont3 {
  background: #F5F7F9;
  padding: 4.5rem 0 6.25rem;
}
@media (max-width: 768px) {
  .xqgj-cont3 {
    padding: 2rem 0;
  }
}
.xqgj-cont3 .xqgj-a3v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .xqgj-cont3 .xqgj-a3v1 {
    margin-top: 1rem;
  }
}

.xqgj-cont4 {
  padding-top: 11.375rem;
}
@media (max-width: 768px) {
  .xqgj-cont4 {
    padding-top: 2rem;
  }
}
.xqgj-cont4 .xqgj-a4v1 {
  margin-top: -14rem;
}
@media (max-width: 768px) {
  .xqgj-cont4 .xqgj-a4v1 {
    margin-top: -2rem;
  }
}

.pxjd-cont1 {
  padding: 6.75rem 0 5rem;
}
@media (max-width: 768px) {
  .pxjd-cont1 {
    padding: 2rem 0;
  }
}
.pxjd-cont1 .p1 {
  margin-top: 2rem;
  color: #9F9F9F;
}
@media (max-width: 768px) {
  .pxjd-cont1 .p1 {
    margin-top: 1rem;
  }
}
.pxjd-cont1 .heng1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .pxjd-cont1 .heng1 {
    margin-top: 1rem;
  }
}

.pxjd-cont2 {
  background: #F5F7F9;
  padding: 4.125rem 0 5.625rem;
}
@media (max-width: 768px) {
  .pxjd-cont2 {
    padding: 2rem 0;
  }
}
.pxjd-cont2 .p1 {
  margin-top: 2rem;
  color: #9F9F9F;
}
@media (max-width: 768px) {
  .pxjd-cont2 .p1 {
    margin-top: 1rem;
  }
}

.title1-as {
  color: #383838;
  font-size: 2.5rem;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .title1-as {
    font-size: 1.5rem;
  }
}

.pxjd-cont3 {
  padding: 6.1875rem 0;
}
@media (max-width: 768px) {
  .pxjd-cont3 {
    padding: 2rem 0;
  }
}
.pxjd-cont3 .heng1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .pxjd-cont3 .heng1 {
    margin-top: 1.5rem;
  }
}

.pxjd-cont4 {
  background: #F5F7F9;
}
.pxjd-cont4 .heng1 {
  padding: 0 20%;
}

.pxjd-cont5 {
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  .pxjd-cont5 {
    padding: 2rem 0;
  }
}
.pxjd-cont5 .p1 {
  color: #9F9F9F;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pxjd-cont5 .p1 {
    margin-top: 1rem;
  }
}
.pxjd-cont5 .title1-as {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .pxjd-cont5 .title1-as {
    margin-top: 1rem;
  }
}
.pxjd-cont5 .p2 {
  margin-top: 1.5rem;
  color: #9F9F9F;
}
@media (max-width: 768px) {
  .pxjd-cont5 .p2 {
    margin-top: 1rem;
  }
}
.pxjd-cont5 .p3 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .pxjd-cont5 .p3 {
    margin-top: 1rem;
  }
}
.pxjd-cont5 .p3 img {
  width: 100%;
}
.pxjd-cont5 .pxjd-a5v1 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .pxjd-cont5 .pxjd-a5v1 {
    margin-top: 2rem;
  }
}
.pxjd-cont5 .pxjd-a5v1 .mySwiper9 .cont-p {
  border: 1px solid #EAEDEF;
  border-radius: 1.5rem;
  overflow: hidden;
}
.pxjd-cont5 .pxjd-a5v1 .mySwiper9 .cont-p .img {
  overflow: hidden;
}
.pxjd-cont5 .pxjd-a5v1 .mySwiper9 .cont-p .img img {
  width: 100%;
}
.pxjd-cont5 .pxjd-a5v1 .mySwiper9 .cont-p .tit {
  padding: 1rem 1em;
  text-align: center;
  font-size: 1.125rem;
  color: #383838;
  line-height: 1.5em;
}
.pxjd-cont5 .pxjd-a5v1 .mySwiper9 .swiper-pagination1 {
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pxjd-cont5 .pxjd-a5v1 .mySwiper9 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.pxjd-cont5 .pxjd-a5v1 .mySwiper9 .swiper-pagination1 span {
  background: #D6D6D6;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.35rem;
}
.pxjd-cont5 .pxjd-a5v1 .mySwiper9 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #45BCCA;
}

.pxjd-cont6 {
  background: #F5F7F9;
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .pxjd-cont6 {
    padding: 2rem 0;
  }
}
.pxjd-cont6 .pxjd-a6v1 .pxjd-a6b1 {
  width: 47.8571428571%;
}
@media (max-width: 768px) {
  .pxjd-cont6 .pxjd-a6v1 .pxjd-a6b1 {
    width: 100%;
  }
}
.pxjd-cont6 .pxjd-a6v1 .pxjd-a6b1 .tit {
  color: #383838;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .pxjd-cont6 .pxjd-a6v1 .pxjd-a6b1 .tit {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.pxjd-cont6 .pxjd-a6v1 .pxjd-a6b1 .p1 {
  color: #9F9F9F;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pxjd-cont6 .pxjd-a6v1 .pxjd-a6b1 .p1 {
    margin-top: 0.5rem;
  }
}
.pxjd-cont6 .pxjd-a6v1 .pxjd-a6b2 {
  width: 43.5714285714%;
}
@media (max-width: 768px) {
  .pxjd-cont6 .pxjd-a6v1 .pxjd-a6b2 {
    width: 100%;
  }
}
.pxjd-cont6 .pxjd-a6v1 .pxjd-a6b2 img {
  width: 100%;
}

.pxjd-cont7 {
  padding: 4.5rem 0 6.25rem;
}
@media (max-width: 768px) {
  .pxjd-cont7 {
    padding: 2rem 0;
  }
}
.pxjd-cont7 .title1-as u {
  display: block;
  font-size: 0;
  width: 3.6875rem;
  margin: 0 auto 1rem;
}
@media (max-width: 768px) {
  .pxjd-cont7 .title1-as u {
    width: 1.5rem;
  }
}
.pxjd-cont7 .title1-as u img {
  width: 100%;
}
.pxjd-cont7 .mySwiper10 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .pxjd-cont7 .mySwiper10 {
    margin-top: 1.5rem;
  }
}
.pxjd-cont7 .mySwiper10 .cont-p img {
  width: 100%;
}
.pxjd-cont7 .swiper-pagination1 {
  text-align: center;
  margin-top: 1rem;
}
.pxjd-cont7 .swiper-pagination1 span {
  background: #D6D6D6;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.35rem;
}
.pxjd-cont7 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #45BCCA;
}

.zyjs-a1v1 {
  margin-top: 4.75rem;
}
@media (max-width: 768px) {
  .zyjs-a1v1 {
    margin-top: 1.5rem;
  }
}
.zyjs-a1v1 .zyjs-a1b1 {
  width: 32.1428571429%;
}
@media (max-width: 768px) {
  .zyjs-a1v1 .zyjs-a1b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.zyjs-a1v1 .zyjs-a1b1 .p {
  color: #9F9F9F;
  font-size: 1.125rem;
  line-height: 1.7em;
  text-align: justify;
}
@media (max-width: 768px) {
  .zyjs-a1v1 .zyjs-a1b1 .p {
    font-size: 1rem;
  }
}
.zyjs-a1v1 .zyjs-a1b1 .more-b {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .zyjs-a1v1 .zyjs-a1b1 .more-b {
    margin-top: 1rem;
  }
}
.zyjs-a1v1 .zyjs-a1b2 {
  width: 61.2142857143%;
}
@media (max-width: 768px) {
  .zyjs-a1v1 .zyjs-a1b2 {
    width: 100%;
  }
}
.zyjs-a1v1 .zyjs-a1b2 .img {
  display: block;
  font-size: 0;
}
.zyjs-a1v1 .zyjs-a1b2 .img img {
  width: 100%;
}
.zyjs-a1v1 .zyjs-a1_list1 {
  border-bottom: 1px solid #CCCCCC;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .zyjs-a1v1 .zyjs-a1_list1 {
    margin-top: 0.5rem;
  }
}
.zyjs-a1v1 .zyjs-a1_list1 li {
  color: #646464;
  font-size: 1.375rem;
  line-height: 4.75rem;
  position: relative;
  margin: 0 1.5em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .zyjs-a1v1 .zyjs-a1_list1 li {
    font-size: 1.2rem;
    line-height: 1.5em;
    margin: 0 1%;
    width: 48%;
    padding: 1rem 0;
    text-wrap: balance;
  }
}
.zyjs-a1v1 .zyjs-a1_list1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 0.4rem;
  background: #45BCCA;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .zyjs-a1v1 .zyjs-a1_list1 li::after {
    bottom: -0.1rem;
    height: 0.2rem;
  }
}
.zyjs-a1v1 .zyjs-a1_list1 li.on {
  color: #45BCCA;
}
.zyjs-a1v1 .zyjs-a1_list1 li.on::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.zyjs-a1v1 .zyjs-a1_list2 {
  margin-top: 3.65rem;
}
@media (max-width: 768px) {
  .zyjs-a1v1 .zyjs-a1_list2 {
    margin-top: 1.5rem;
  }
}
.zyjs-a1v1 .zyjs-a1_list2 .ttz .slideTxtBox .hd {
  width: 33.2142857143%;
}
@media (max-width: 768px) {
  .zyjs-a1v1 .zyjs-a1_list2 .ttz .slideTxtBox .hd {
    width: 100%;
  }
}
.zyjs-a1v1 .zyjs-a1_list2 .ttz .slideTxtBox .hd ul {
  width: 100%;
  overflow: auto;
  font-size: 1.375rem;
  line-height: 2.5em;
  max-height: 20em;
  direction: rtl;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .zyjs-a1v1 .zyjs-a1_list2 .ttz .slideTxtBox .hd ul {
    max-height: inherit;
    padding-left: 0;
    font-size: 1.125rem;
    line-height: 1.5em;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.zyjs-a1v1 .zyjs-a1_list2 .ttz .slideTxtBox .hd ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #CCCCCC;
}
.zyjs-a1v1 .zyjs-a1_list2 .ttz .slideTxtBox .hd ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #CCCCCC;
}
.zyjs-a1v1 .zyjs-a1_list2 .ttz .slideTxtBox .hd ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #45BCCA;
}
@media (max-width: 768px) {
  .zyjs-a1v1 .zyjs-a1_list2 .ttz .slideTxtBox .hd ul li {
    width: 48%;
    padding: 0.5rem 0;
    text-wrap: balance;
  }
}
.zyjs-a1v1 .zyjs-a1_list2 .ttz .slideTxtBox .hd ul li a {
  color: #646464;
}
.zyjs-a1v1 .zyjs-a1_list2 .ttz .slideTxtBox .hd ul li.on a {
  color: #45BCCA;
}
.zyjs-a1v1 .zyjs-a1_list2 .ttz .slideTxtBox .bd {
  width: 61.2142857143%;
}
@media (max-width: 768px) {
  .zyjs-a1v1 .zyjs-a1_list2 .ttz .slideTxtBox .bd {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.zyjs-a1v1 .zyjs-a1_list2 .ttz .slideTxtBox .bd .imga {
  display: block;
  font-size: 0;
}
.zyjs-a1v1 .zyjs-a1_list2 .ttz .slideTxtBox .bd .imga img {
  width: 100%;
}

.zyjs-cont1 {
  padding: 6.4375rem 0;
}
@media (max-width: 768px) {
  .zyjs-cont1 {
    padding: 2rem 0;
  }
}

.zyjs-cont2 {
  padding: 6.875rem 0 9.0625rem;
  background: #F5F7F9;
}
@media (max-width: 768px) {
  .zyjs-cont2 {
    padding: 2rem 0;
  }
}
.zyjs-cont2 .zyjs-a2v1 {
  margin-top: 3.625rem;
}
@media (max-width: 768px) {
  .zyjs-cont2 .zyjs-a2v1 {
    margin-top: 0.5rem;
  }
}
.zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 {
  width: 61.7857142857%;
}
@media (max-width: 768px) {
  .zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 {
    width: 100%;
  }
}
.zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 .xqgj-a2v1 {
  position: relative;
  z-index: 1;
}
.zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 .xqgj-a2v1 .asjhzx {
  position: absolute;
  left: 50%;
  top: 16%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 .xqgj-a2v1 .asjhzx {
    display: none;
  }
}
.zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 .xqgj-a2v1 .asjhzx li {
  width: 31.870669746%;
}
.zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 .xqgj-a2v1 .asjhzx li:nth-child(1) {
  margin-left: 0.5rem;
}
.zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 .xqgj-a2v1 .asjhzx li + li {
  margin-left: 4%;
}
.zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 .xqgj-a2v1 .asjhzx li img {
  width: 100%;
}
.zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 .xqgj-a2v1 .xqgj-a2list1 li {
  background: #DFEEF7;
  padding: 3.9583333333%;
  width: 27.1362586605%;
  border-radius: 8rem;
}
@media (max-width: 768px) {
  .zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 .xqgj-a2v1 .xqgj-a2list1 li {
    width: 32%;
    margin-top: 1rem;
  }
}
.zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 .xqgj-a2v1 .xqgj-a2list1 li .data {
  width: 100%;
  aspect-ratio: 16/16;
  background: -webkit-linear-gradient(307deg, #5CE3C1 -21.87%, #216B8C 101.94%);
  background: -moz-linear-gradient(307deg, #5CE3C1 -21.87%, #216B8C 101.94%);
  background: -o-linear-gradient(307deg, #5CE3C1 -21.87%, #216B8C 101.94%);
  background: linear-gradient(143deg, #5CE3C1 -21.87%, #216B8C 101.94%);
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.2em;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 .xqgj-a2v1 .xqgj-a2list1 li .data {
    font-size: 1.5rem;
  }
}
.zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 .xqgj-a2v1 .xqgj-a2list1 li .p1 {
  text-align: center;
  color: #646464;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1rem 0 2rem;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 .xqgj-a2v1 .xqgj-a2list1 li .p1 {
    font-size: 1rem;
  }
}
.zyjs-cont2 .zyjs-a2v1 .zyjs-a2b1 .xqgj-a2v1 .xqgj-a2list1 li:nth-child(1) .data {
  background: -webkit-linear-gradient(330deg, #5CE3C1 5.68%, #1992DD 69.8%);
  background: -moz-linear-gradient(330deg, #5CE3C1 5.68%, #1992DD 69.8%);
  background: -o-linear-gradient(330deg, #5CE3C1 5.68%, #1992DD 69.8%);
  background: linear-gradient(120deg, #5CE3C1 5.68%, #1992DD 69.8%);
}
.zyjs-cont2 .zyjs-a2v1 .zyjs-a2b2 {
  width: 32.0714285714%;
}
@media (max-width: 768px) {
  .zyjs-cont2 .zyjs-a2v1 .zyjs-a2b2 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.zyjs-cont2 .zyjs-a2v1 .zyjs-a2b2 .p1 {
  color: #9F9F9F;
}
.zyjs-cont2 .zyjs-a2v1 .zyjs-a2b2 a.more-b {
  margin-top: 1rem;
}

.zyjs-cont3 {
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .zyjs-cont3 {
    padding: 2rem 0;
  }
}
.zyjs-cont3 .zyjs-a3_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .zyjs-cont3 .zyjs-a3_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .zyjs-cont3 .zyjs-a3_list1 {
    display: block;
  }
}
@media (max-width: 450px) {
  .zyjs-cont3 .zyjs-a3_list1 li {
    margin-top: 1.25rem;
  }
}
.zyjs-cont3 .zyjs-a3_list1 li a.block {
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px #DADFDF;
}
.zyjs-cont3 .zyjs-a3_list1 li a.block i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.zyjs-cont3 .zyjs-a3_list1 li a.block i img {
  width: 100%;
}
.zyjs-cont3 .zyjs-a3_list1 li a.block .wenata {
  color: #636363;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5em;
  padding: 0.75rem 1em;
  text-align: center;
}
.zyjs-cont3 .more-b {
  margin-top: 2.5rem;
}

.zyjs-cont4 {
  padding: 6.25rem 0;
  background: #F5F7F9;
}
@media (max-width: 768px) {
  .zyjs-cont4 {
    padding: 2rem 0;
  }
}
.zyjs-cont4 .zyjs-a4v1 {
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .zyjs-cont4 .zyjs-a4v1 {
    margin-top: 1rem;
  }
}
.zyjs-cont4 .zyjs-a4v1 .zyjs-a4b1 {
  width: 25.5714285714%;
  margin-left: 10.3571428571%;
}
@media (max-width: 768px) {
  .zyjs-cont4 .zyjs-a4v1 .zyjs-a4b1 {
    width: 100%;
    margin-left: 0;
  }
}
.zyjs-cont4 .zyjs-a4v1 .zyjs-a4b1 img {
  width: 100%;
}
.zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 {
  width: 53%;
}
@media (max-width: 768px) {
  .zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 li {
  width: 42.4528301887%;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 li {
    width: 48%;
    margin: 0.5rem 0;
  }
}
.zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 li a.aimg i {
  display: block;
  font-size: 0;
  width: 4.875rem;
}
@media (max-width: 768px) {
  .zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 li a.aimg i {
    width: 3rem;
  }
}
.zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 li a.aimg i img {
  width: 100%;
  -webkit-filter: invert(42%) sepia(14%) saturate(16%) hue-rotate(344deg) brightness(92%) contrast(94%);
          filter: invert(42%) sepia(14%) saturate(16%) hue-rotate(344deg) brightness(92%) contrast(94%);
}
.zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 li a.aimg .wenata {
  width: -webkit-calc(95% - 4.875rem);
  width: -moz-calc(95% - 4.875rem);
  width: calc(95% - 4.875rem);
}
@media (max-width: 768px) {
  .zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 li a.aimg .wenata {
    width: -webkit-calc(95% - 3rem);
    width: -moz-calc(95% - 3rem);
    width: calc(95% - 3rem);
  }
}
.zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 li a.aimg .wenata .tit {
  color: #45BCCA;
  font-weight: 700;
  line-height: 1.5em;
}
.zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 li a.aimg .wenata .tit span {
  font-size: 2.8125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 li a.aimg .wenata .tit span {
    font-size: 2rem;
  }
}
.zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 li a.aimg .wenata .tit sup {
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 li a.aimg .wenata .tit sup {
    font-size: 1.125rem;
  }
}
.zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 li a.aimg .wenata .p {
  color: #3F4040;
  font-size: 1.125rem;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .zyjs-cont4 .zyjs-a4v1 .zyjs-a4b2 li a.aimg .wenata .p {
    font-size: 1rem;
  }
}

.zyjs-cont5 {
  padding: 2.25rem 0 6.25rem;
}
@media (max-width: 768px) {
  .zyjs-cont5 {
    padding: 2rem 0;
  }
}
.zyjs-cont5 .zyjs-a5_list1 {
  border-bottom: 1px solid #CCCCCC;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .zyjs-cont5 .zyjs-a5_list1 {
    margin-top: 0.5rem;
  }
}
.zyjs-cont5 .zyjs-a5_list1 li {
  color: #646464;
  font-size: 1.375rem;
  line-height: 4.75rem;
  position: relative;
  margin: 0 1.5em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .zyjs-cont5 .zyjs-a5_list1 li {
    font-size: 1.2rem;
    line-height: 3rem;
    margin: 0;
  }
  .zyjs-cont5 .zyjs-a5_list1 li + li {
    margin-left: 1rem;
  }
}
.zyjs-cont5 .zyjs-a5_list1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 0.4rem;
  background: #45BCCA;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .zyjs-cont5 .zyjs-a5_list1 li::after {
    bottom: -0.1rem;
    height: 0.2rem;
  }
}
.zyjs-cont5 .zyjs-a5_list1 li.on {
  color: #45BCCA;
}
.zyjs-cont5 .zyjs-a5_list1 li.on::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.zyjs-cont5 .zyjs-a5_list2 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .zyjs-cont5 .zyjs-a5_list2 {
    margin-top: 1.5rem;
  }
}
.zyjs-cont5 .zyjs-a5_list2 .ttz {
  height: 0;
  position: relative;
  overflow: hidden;
}
.zyjs-cont5 .zyjs-a5_list2 .ttz.a {
  height: auto;
}
.zyjs-cont5 .zyjs-a5_list2 .ttz .mySwiper6 .swiper-slide .r_aht a.img {
  display: block;
  width: 48.5714285714%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .zyjs-cont5 .zyjs-a5_list2 .ttz .mySwiper6 .swiper-slide .r_aht a.img {
    width: 100%;
  }
}
.zyjs-cont5 .zyjs-a5_list2 .ttz .mySwiper6 .swiper-slide .r_aht a.img img {
  width: 100%;
}
.zyjs-cont5 .zyjs-a5_list2 .ttz .mySwiper6 .swiper-slide .r_aht .wgga {
  width: 47.7857142857%;
}
@media (max-width: 768px) {
  .zyjs-cont5 .zyjs-a5_list2 .ttz .mySwiper6 .swiper-slide .r_aht .wgga {
    width: 100%;
    margin-top: 1rem;
  }
}
.zyjs-cont5 .zyjs-a5_list2 .ttz .mySwiper6 .swiper-slide .r_aht .wgga .tit {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .zyjs-cont5 .zyjs-a5_list2 .ttz .mySwiper6 .swiper-slide .r_aht .wgga .tit {
    font-size: 1.25rem;
  }
}
.zyjs-cont5 .zyjs-a5_list2 .ttz .mySwiper6 .swiper-slide .r_aht .wgga .p1 {
  color: #969696;
  margin: 0.5rem 0 1rem;
}
@media (max-width: 768px) {
  .zyjs-cont5 .zyjs-a5_list2 .ttz .gongt {
    padding: 0 4%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.zyjs-cont5 .zyjs-a5_list2 .ttz .gongt > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.375rem;
  height: 4.375rem;
  line-height: 4.375rem;
  border: 1px solid #CCCCCC;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .zyjs-cont5 .zyjs-a5_list2 .ttz .gongt > div {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    margin-top: 1rem;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    margin: 0 0.5rem;
  }
}
.zyjs-cont5 .zyjs-a5_list2 .ttz .gongt > div i {
  color: #CCCCCC;
  font-size: 1.125rem;
}
.zyjs-cont5 .zyjs-a5_list2 .ttz .gongt > div:hover {
  border-color: #45BCCA;
}
.zyjs-cont5 .zyjs-a5_list2 .ttz .gongt > div:hover i {
  color: #45BCCA;
}
.zyjs-cont5 .zyjs-a5_list2 .ttz .gongt > div.swiper-button-next1 {
  right: 5%;
}
.zyjs-cont5 .zyjs-a5_list2 .ttz .gongt > div.swiper-button-prev1 {
  left: 5%;
}

.zyjs-cont6 {
  background: #F5F7F9;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .zyjs-cont6 {
    padding: 2rem 0;
  }
}
.zyjs-cont6 .mySwiper7 {
  padding: 0 1px;
}
.zyjs-cont6 .mySwiper7 .swiper-slide a.img {
  display: block;
  border: 1px solid #E4ECF4;
  background: #fff;
  padding: 17%;
  margin-bottom: 1.625rem;
}
@media (max-width: 768px) {
  .zyjs-cont6 .mySwiper7 .swiper-slide a.img {
    margin-bottom: 1rem;
  }
}
.zyjs-cont6 .mySwiper7 .swiper-slide a.img img {
  width: 100%;
}
.zyjs-cont6 .mySwiper7 .swiper-pagination1 {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .zyjs-cont6 .mySwiper7 .swiper-pagination1 {
    margin-top: 0;
  }
}
.zyjs-cont6 .mySwiper7 .swiper-pagination1 span {
  background: #D6D6D6;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.35rem;
}
.zyjs-cont6 .mySwiper7 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #45BCCA;
}

.product-content {
  padding-top: 6.25rem;
}
@media (max-width: 768px) {
  .product-content {
    padding-top: 2rem;
  }
}
.product-content .pro-a1_list1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .product-content .pro-a1_list1 {
    margin-top: 1.5rem;
  }
}
.product-content .pro-a1_list1 li {
  padding: 0 1.5em;
  position: relative;
}
.product-content .pro-a1_list1 li a {
  color: #646464;
  display: block;
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .product-content .pro-a1_list1 li a {
    font-size: 1.25rem;
  }
}
.product-content .pro-a1_list1 li a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #F5F7F9;
  opacity: 0;
  display: block;
  margin: 0 auto;
}
.product-content .pro-a1_list1 li.active a {
  color: #45BCCA;
}
.product-content .pro-a1_list1 li.active a::after {
  opacity: 1;
}
.product-content .pro-a1_list1a {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .product-content .pro-a1_list1a {
    margin-top: 1.5rem;
  }
}
.product-content .pro-a1_list1a li {
  padding: 0 1.5em;
  position: relative;
}
.product-content .pro-a1_list1a li a {
  color: #646464;
  display: block;
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .product-content .pro-a1_list1a li a {
    font-size: 1.25rem;
  }
}
.product-content .pro-a1_list1a li a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #F5F7F9;
  opacity: 0;
  display: block;
  margin: 0 auto;
}
.product-content .pro-a1_list1a li.active a, .product-content .pro-a1_list1a li:hover a {
  color: #45BCCA;
}
.product-content .pro-a1_list1a li.active a::after, .product-content .pro-a1_list1a li:hover a::after {
  opacity: 1;
}
.product-content .asghr-cont .ttz {
  display: none;
  position: relative;
}
.product-content .asghr-cont .ash-sdtlist {
  background: #F5F7F9;
  padding: 1rem 5%;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .product-content .asghr-cont .ash-sdtlist {
    border-radius: 1rem;
  }
}
.product-content .asghr-cont .ash-sdtlist li {
  padding: 0.25rem 1em;
}
@media (max-width: 768px) {
  .product-content .asghr-cont .ash-sdtlist li {
    padding: 0.15rem 0.5em;
  }
}
.product-content .asghr-cont .ash-sdtlist li > a {
  display: block;
  color: #646464;
  font-size: 1.125rem;
  line-height: 2em;
}
@media (max-width: 768px) {
  .product-content .asghr-cont .ash-sdtlist li > a {
    font-size: 1rem;
    line-height: 1.65em;
  }
}
.product-content .asghr-cont .ash-sdtlist li > a:hover {
  color: #45BCCA;
}
.product-content .asghr-cont .ash-sdtlist li.active a {
  color: #45BCCA;
}
.product-content .asghr-cont .ash-sdtlist23 {
  margin-top: 1rem;
}
.product-content .asghr-cont .ash-sdtlist23 li .sec {
  background: #F5F7F9;
  padding: 1rem 5%;
  border-radius: 1.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .product-content .asghr-cont .ash-sdtlist23 li .sec {
    border-radius: 1rem;
  }
}
.product-content .asghr-cont .ash-sdtlist23 li .sec a {
  display: block;
  color: #646464;
  font-size: 1rem;
  line-height: 2em;
  padding: 0.25rem 0.75rem;
}
@media (max-width: 768px) {
  .product-content .asghr-cont .ash-sdtlist23 li .sec a {
    font-size: 0.875rem;
    line-height: 1.65em;
  }
}
.product-content .asghr-cont .ash-sdtlist23 li .sec a:hover, .product-content .asghr-cont .ash-sdtlist23 li .sec a.active {
  color: #45BCCA;
}

.pro-a1_lista1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .pro-a1_lista1 {
    margin-top: 1.5rem;
  }
}
.pro-a1_lista1 > li {
  border: 1px solid #f0f0f0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pro-a1_lista1 > li > a {
  width: 25%;
  border-right: 1px solid #f0f0f0;
  background: #F5F7F9;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 1rem;
}
.pro-a1_lista1 > li > a:hover {
  color: #45BCCA;
}
@media (max-width: 768px) {
  .pro-a1_lista1 > li > a {
    width: 100%;
  }
}
.pro-a1_lista1 > li > a p {
  width: 100%;
}
.pro-a1_lista1 > li .conta {
  width: 75%;
  padding: 0.5rem 1rem;
}
@media (max-width: 768px) {
  .pro-a1_lista1 > li .conta {
    width: 100%;
  }
}
.pro-a1_lista1 > li .conta > li {
  padding: 0.5rem;
}
.pro-a1_lista1 > li .conta > li > a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.pro-a1_lista1 > li .conta > li > a:hover {
  color: #45BCCA;
}
.pro-a1_lista1 > li .conta > li .sec {
  padding: 0.25rem 0;
}
.pro-a1_lista1 > li .conta > li .sec a {
  font-size: 1rem;
  line-height: 1.5em;
  margin-right: 1rem;
}
.pro-a1_lista1 > li .conta > li .sec a:hover {
  color: #45BCCA;
}
.pro-a1_lista1 > li .conta > li .sec a.active {
  color: #45BCCA;
}
.pro-a1_lista1 > li .conta > li.cur {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
.pro-a1_lista1 > li .conta > li.active > a {
  color: #45BCCA;
}
.pro-a1_lista1 > li.active > a {
  color: #45BCCA;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 450px) {
  .product-list {
    display: block;
  }
}
@media (max-width: 450px) {
  .product-list li {
    margin-top: 1.25rem;
  }
}
.product-list li a.img {
  display: block;
}
.product-list li a.img i {
  font-size: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #F5F7F9;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 1rem;
}
.product-list li a.img i img {
  width: auto;
  height: 20rem;
}
@media (max-width: 768px) {
  .product-list li a.img i img {
    height: 16rem;
  }
}
.product-list li a.img .tit {
  text-align: center;
  color: #9F9F9F;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 1rem;
}

.p-dian {
  color: #9F9F9F;
}
.p-dian p {
  font-size: 1.125rem;
  line-height: 1.65em;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 768px) {
  .p-dian p {
    font-size: 1rem;
  }
}
.p-dian p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

.cp-show-cont1 {
  padding: 3.375rem 0 1.5rem;
}
@media (max-width: 768px) {
  .cp-show-cont1 {
    padding: 1rem 0 2rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 {
  width: 55.7142857143%;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 {
    width: 100%;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5%;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img img {
  width: auto;
  max-height: 30rem;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img img {
    max-height: 17rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .imgaa {
  border: 1px solid #D7D7D7;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .mySwiper8 {
  border: 1px solid #D7D7D7;
  border-radius: 1.5rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .swiper-pagination1 {
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .swiper-pagination1 {
    margin-top: 0.5rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .swiper-pagination1 span {
  background: #D6D6D6;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.35rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b1 .img_tup .cp-show-img .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #45BCCA;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 {
  width: 40.2857142857%;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .tit1 {
  color: #383838;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  border-bottom: 1px solid #C1D8DB;
  padding: 0 0 1rem;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .tit1 {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .tit2 {
  color: #383838;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 1.25rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .content {
  color: #9F9F9F;
  margin-top: 1rem;
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .p1 {
  margin-top: 0.5rem;
  padding-right: 20%;
}
@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .p1 {
    padding-right: 0;
  }
}
.cp-show-cont1 .cp-show-a1v1 .cp-show-a1b2 .p1 p {
  width: 50%;
}

.cp-show-cont2 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-cont2 {
    margin-top: 1rem;
  }
}
.cp-show-cont2 .content {
  color: #9F9F9F;
  margin-top: 1rem;
}

.cp-show-cont3 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-cont3 {
    margin-top: 1rem;
  }
}
.cp-show-cont3 .content {
  margin-top: 1rem;
  color: #9F9F9F;
}
.cp-show-cont3 .content img {
  width: 100%;
}

.cp-show-cont4 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-cont4 {
    margin-top: 1rem;
  }
}
.cp-show-cont4 .cp-show-a4_list1 {
  margin: 0 -1%;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-cont4 .cp-show-a4_list1 {
    margin-top: 0;
  }
}
.cp-show-cont4 .cp-show-a4_list1 li {
  border: 1px solid #D9D9D9;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  text-align: center;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1%;
}
@media (max-width: 768px) {
  .cp-show-cont4 .cp-show-a4_list1 li {
    width: 48%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 1rem;
  }
}
.cp-show-cont4 .cp-show-a4_list1 li .tit {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5em;
}
.cp-show-cont4 .cp-show-a4_list1 li i {
  color: #45BCCA;
  font-size: 1.25rem;
}
.cp-show-cont4 .cp-show-a4_list1 li .p {
  color: #9F9F9F;
  font-size: 0.875rem;
  line-height: 1.65em;
}

.cp-show-a5_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-a5_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .cp-show-a5_list1 {
    display: block;
  }
}
.cp-show-a5_list1 li {
  border: 1px solid #D9D9D9;
  border-radius: 1rem;
  padding: 1.5rem 5%;
}
@media (max-width: 450px) {
  .cp-show-a5_list1 li {
    margin-top: 1rem;
  }
}
.cp-show-a5_list1 li .tit {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5em;
}
.cp-show-a5_list1 li .p {
  color: #9F9F9F;
  margin-top: 0.5rem;
}
.cp-show-a5_list1 li .p p {
  font-size: 0.875rem;
  line-height: 1.65em;
}

.cp-show-cont5, .cp-show-cont6 {
  margin-top: 2rem;
}

.cp-show-cont6 .content {
  color: #9F9F9F;
  font-size: 1.125rem;
  line-height: 1.65em;
}
.cp-show-cont6 .content span {
  font-size: 0.56rem;
  margin-right: 0.25em;
}

.cp-show_content {
  padding-bottom: 4rem;
}

.cgan-cont1 {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .cgan-cont1 {
    padding: 2rem 0;
  }
}
.cgan-cont1 .case-a1_list1 {
  border-bottom: 1px solid #CCCCCC;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cgan-cont1 .case-a1_list1 {
    margin-top: 0.5rem;
  }
}
.cgan-cont1 .case-a1_list1 li {
  color: #646464;
  font-size: 1.375rem;
  line-height: 4.75rem;
  position: relative;
  margin: 0 1.5em;
  cursor: pointer;
}
.cgan-cont1 .case-a1_list1 li a {
  color: #646464;
}
@media (max-width: 768px) {
  .cgan-cont1 .case-a1_list1 li {
    font-size: 1.2rem;
    line-height: 3rem;
    margin: 0;
  }
  .cgan-cont1 .case-a1_list1 li + li {
    margin-left: 1rem;
  }
}
.cgan-cont1 .case-a1_list1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 0.4rem;
  background: #45BCCA;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .cgan-cont1 .case-a1_list1 li::after {
    bottom: -0.1rem;
    height: 0.2rem;
  }
}
.cgan-cont1 .case-a1_list1 li.active a {
  color: #45BCCA;
}
.cgan-cont1 .case-a1_list1 li.active::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.cgan-cont1 .case-a1_list2 li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cgan-cont1 .case-a1_list2 li {
    margin-top: 1.5rem;
  }
}
.cgan-cont1 .case-a1_list2 li .r_aht a.img {
  display: block;
  width: 48.5714285714%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cgan-cont1 .case-a1_list2 li .r_aht a.img {
    width: 100%;
  }
}
.cgan-cont1 .case-a1_list2 li .r_aht a.img img {
  width: 100%;
}
.cgan-cont1 .case-a1_list2 li .r_aht .wgga {
  width: 47.7857142857%;
}
@media (max-width: 768px) {
  .cgan-cont1 .case-a1_list2 li .r_aht .wgga {
    width: 100%;
    margin-top: 1rem;
  }
}
.cgan-cont1 .case-a1_list2 li .r_aht .wgga .tit {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cgan-cont1 .case-a1_list2 li .r_aht .wgga .tit {
    font-size: 1.25rem;
  }
}
.cgan-cont1 .case-a1_list2 li .r_aht .wgga .p1 {
  color: #969696;
  margin: 0.5rem 0 1rem;
}

.sp_lista1 li {
  margin-top: 1rem;
}
.sp_lista1 li video {
  width: 100%;
}
.sp_lista1 li .tit {
  text-align: center;
  font-size: 1rem;
  line-height: 1.25em;
  padding: 0.5rem 0;
}

.case-show_content-a1 .cast-a1 {
  width: 67.8571428571%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .case-show_content-a1 .cast-a1 {
    width: 100%;
  }
}
.case-show_content-a1 .xw-conta2 {
  width: 27.1428571429%;
  margin-top: 5.5rem;
}
@media (max-width: 768px) {
  .case-show_content-a1 .xw-conta2 {
    display: none;
  }
}
.case-show_content-a1 .xw-conta2 .ash-asjhe {
  width: 100%;
}
.case-show_content-a1 .xw-conta2 .fen-xiang {
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  padding: 0.5rem 0;
}
.case-show_content-a1 .xw-conta2 .fen-xiang > p {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.case-show_content-a1 .xw-conta2 .fen-xiang .social-share a {
  color: #323232;
  font-size: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border: none;
  background: #fff;
}
.case-show_content-a1 .xw-conta2 .titast {
  color: #000000;
  font: 400 1.5rem/1.5em "Noto Sans SC";
  margin-top: 2rem;
}
.case-show_content-a1 .xw-conta2 .xw_lista1 li {
  margin-top: 1.5rem;
  border: 1px solid #E3E3E3;
  border-radius: 1rem;
  overflow: hidden;
}
.case-show_content-a1 .xw-conta2 .xw_lista1 li a.img {
  display: block;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
}
.case-show_content-a1 .xw-conta2 .xw_lista1 li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.case-show_content-a1 .xw-conta2 .xw_lista1 li a.img i img {
  width: 100%;
}
.case-show_content-a1 .xw-conta2 .xw_lista1 li a.img .cont-p {
  padding: 1.5rem;
  background: #fff;
  position: relative;
}
.case-show_content-a1 .xw-conta2 .xw_lista1 li a.img .cont-p .tit {
  color: #4E4E4E;
  font-size: 1.25rem;
  line-height: 1.4em;
}
.case-show_content-a1 .xw-conta2 .xw_lista1 li a.img .cont-p .tit:hover {
  color: #45BCCA;
}
.case-show_content-a1 .xw-conta2 .xw_lista1 li a.img .cont-p .data {
  color: #9D9D9D;
  font-size: 1.125rem;
  line-height: 1.25em;
  font-weight: 500;
  padding: 0.6em 0 0.3em;
}
.case-show_content-a1 .xw-conta2 .xw_lista1 li a.img .cont-p .p1 {
  color: #888888;
  font-size: 1rem;
  line-height: 1.5em;
}
.fengmian-div{
  padding-bottom: 5rem;

}

.fengmian-div .product-list li a.img i  {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.product-list li a.img .tit{
  color: #000;
}
.top_cont1{
  position: sticky;
  top: 0;
  z-index: 3;

  background: #ffff;
}